-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from ndsvw/dependabot/nuget/BenchmarkDotNet-0.…
…13.11 Bump BenchmarkDotNet from 0.13.10 to 0.13.11
- Loading branch information
Showing
1 changed file
with
33 additions
and
33 deletions.
There are no files selected for viewing
66 changes: 33 additions & 33 deletions
66
FluentRandomPicker.Benchmarks/FluentRandomPicker.Benchmarks.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<OutputType>Exe</OutputType> | ||
<LangVersion>latest</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<RootNamespace>FluentRandomPicker.Benchmarks</RootNamespace> | ||
<Description>A benchmarks project for FluentRandomPicker</Description> | ||
<SynchReleaseVersion>true</SynchReleaseVersion> | ||
<ReleaseVersion>3.5.0</ReleaseVersion> <!-- change version in solution options! --> | ||
<LibraryVersion>$(ReleaseVersion)</LibraryVersion> | ||
<VersionPrefix>$(ReleaseVersion)</VersionPrefix> | ||
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion> | ||
<FileVersion>$(ReleaseVersion)</FileVersion> | ||
<AnalysisLevel>latest</AnalysisLevel> | ||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
|
||
<!-- XML comment analysis is disabled due to project configuration --> | ||
<NoWarn>SA0001</NoWarn> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" /> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\FluentRandomPicker\FluentRandomPicker.csproj" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<OutputType>Exe</OutputType> | ||
<LangVersion>latest</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<RootNamespace>FluentRandomPicker.Benchmarks</RootNamespace> | ||
<Description>A benchmarks project for FluentRandomPicker</Description> | ||
<SynchReleaseVersion>true</SynchReleaseVersion> | ||
<ReleaseVersion>3.5.0</ReleaseVersion> <!-- change version in solution options! --> | ||
<LibraryVersion>$(ReleaseVersion)</LibraryVersion> | ||
<VersionPrefix>$(ReleaseVersion)</VersionPrefix> | ||
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion> | ||
<FileVersion>$(ReleaseVersion)</FileVersion> | ||
<AnalysisLevel>latest</AnalysisLevel> | ||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
|
||
<!-- XML comment analysis is disabled due to project configuration --> | ||
<NoWarn>SA0001</NoWarn> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="BenchmarkDotNet" Version="0.13.11" /> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\FluentRandomPicker\FluentRandomPicker.csproj" /> | ||
</ItemGroup> | ||
</Project> |