Skip to content

Commit aec53af

Browse files
Merge pull request #41159 from dotnet/dependabot/nuget/samples/snippets/core/testing/unit-testing-best-practices/csharp/before/Microsoft.NET.Test.Sdk-17.10.0
Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 in /samples/snippets/core/testing/unit-testing-best-practices/csharp/before
2 parents 2810725 + b765657 commit aec53af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/core/testing/unit-testing-best-practices/csharp/before/unit-testing-best-practices-before.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1212
<PackageReference Include="xunit" Version="2.8.0" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" />
1414
</ItemGroup>

0 commit comments

Comments
 (0)