Skip to content

Commit afc520a

Browse files
committed
Updated Microsoft Test packages
This includes the `Microsoft.NET.Test.Sdk`, `MSTest.TestAdapter`, and `MSTest.TestFramework`. Confirmed that all unit tests continue to work as expected. As the test projects are not distributed as packages, this doesn't have any downstream effects.
1 parent 44cd5a8 commit afc520a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
10-
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
11-
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
10+
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
11+
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

OnTopic.Tests/OnTopic.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3333
</PackageReference>
34-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
35-
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
36-
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
34+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
35+
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
36+
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

0 commit comments

Comments
 (0)