Skip to content

Commit

Permalink
Merge pull request #54 from ndsvw/dependabot/nuget/BenchmarkDotNet-0.…
Browse files Browse the repository at this point in the history
…13.11

Bump BenchmarkDotNet from 0.13.10 to 0.13.11
  • Loading branch information
ndsvw authored Jan 3, 2024
2 parents 92186d0 + fddd292 commit 74dab9a
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions FluentRandomPicker.Benchmarks/FluentRandomPicker.Benchmarks.csproj
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>

0 comments on commit 74dab9a

Please sign in to comment.