Skip to content

Commit bdaff08

Browse files
committed
Updated to .NET Test SDK 16.8.0
This minor update only impacts test projects, which are not distributed as NuGet packages and, therefore, do not impact downstream implementors. Confirmed that unit tests continue to resolve correctly after this upgrade.
1 parent 0f1a351 commit bdaff08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OnTopic.AspNetCore.Mvc.Tests/OnTopic.AspNetCore.Mvc.Tests.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
1111
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
1212
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
1313
</ItemGroup>

OnTopic.Tests/OnTopic.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3333
</PackageReference>
34-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
34+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
3535
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
3636
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
3737
</ItemGroup>

0 commit comments

Comments
 (0)