Skip to content

Commit dd856dd

Browse files
Bump BenchmarkDotNet from 0.13.10 to 0.13.11 (#544)
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.10 to 0.13.11. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.10...v0.13.11) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5f62d0 commit dd856dd

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed
Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
6-
<SignAssembly>False</SignAssembly>
7-
<Version>2.0.0</Version>
8-
<ServerGarbageCollection>true</ServerGarbageCollection>
9-
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
10-
<RetainVMGarbageCollection>true</RetainVMGarbageCollection>
11-
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
12-
</PropertyGroup>
13-
14-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
15-
<NoWarn>1701;1702;CS8002</NoWarn>
16-
</PropertyGroup>
17-
18-
<ItemGroup>
19-
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
20-
<PackageReference Include="ConsoleTables" Version="2.6.1" />
21-
<PackageReference Include="CsvHelper" Version="30.0.1" />
22-
<PackageReference Include="EasyConsole" Version="1.1.0">
23-
<NoWarn>NU1701</NoWarn>
24-
</PackageReference>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
6+
<SignAssembly>False</SignAssembly>
7+
<Version>2.0.0</Version>
8+
<ServerGarbageCollection>true</ServerGarbageCollection>
9+
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
10+
<RetainVMGarbageCollection>true</RetainVMGarbageCollection>
11+
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
12+
</PropertyGroup>
13+
14+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
15+
<NoWarn>1701;1702;CS8002</NoWarn>
16+
</PropertyGroup>
17+
18+
<ItemGroup>
19+
<PackageReference Include="BenchmarkDotNet" Version="0.13.11" />
20+
<PackageReference Include="ConsoleTables" Version="2.6.1" />
21+
<PackageReference Include="CsvHelper" Version="30.0.1" />
22+
<PackageReference Include="EasyConsole" Version="1.1.0">
23+
<NoWarn>NU1701</NoWarn>
24+
</PackageReference>
2525
<PackageReference Include="GitInfo" Version="3.3.3">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28-
</PackageReference>
29-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
30-
<PackageReference Include="Plotly.NET" Version="4.2.0" />
31-
<PackageReference Include="Plotly.NET.ImageExport" Version="5.0.1" />
32-
</ItemGroup>
33-
34-
<ItemGroup>
35-
<ProjectReference Include="..\BitFaster.Caching\BitFaster.Caching.csproj" />
36-
</ItemGroup>
37-
38-
<ItemGroup>
39-
<None Update="NUMAExec.bat">
40-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
41-
</None>
42-
<None Update="SizeExec.bat">
43-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
44-
</None>
45-
</ItemGroup>
46-
47-
</Project>
28+
</PackageReference>
29+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
30+
<PackageReference Include="Plotly.NET" Version="4.2.0" />
31+
<PackageReference Include="Plotly.NET.ImageExport" Version="5.0.1" />
32+
</ItemGroup>
33+
34+
<ItemGroup>
35+
<ProjectReference Include="..\BitFaster.Caching\BitFaster.Caching.csproj" />
36+
</ItemGroup>
37+
38+
<ItemGroup>
39+
<None Update="NUMAExec.bat">
40+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
41+
</None>
42+
<None Update="SizeExec.bat">
43+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
44+
</None>
45+
</ItemGroup>
46+
47+
</Project>

0 commit comments

Comments
 (0)