Skip to content

Commit c9be2a5

Browse files
committed
Update nugets (BenchmarkDotNet, Microsoft.NET.Test.Sdk)
1 parent 673cc8c commit c9be2a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ColorHashSharp.Benchmarks/ColorHashSharp.Benchmarks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="BenchmarkDotNet" Version="0.13.2" />
11+
<PackageReference Include="BenchmarkDotNet" Version="0.13.5" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

src/ColorHashSharp.Tests/ColorHashSharp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
1515
<PackageReference Include="xunit" Version="2.4.2" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1717
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)