Skip to content

Commit 26a5ba0

Browse files
committed
Updated Microsoft Unit Test libraries
Updated the Microsoft Unit Test related libraries to their latest versions. This includes migrating both `MSTest.TestFramework` and `MSTest.TestAdapter` to `2.1.0`, as well as `Microsoft.NET.Test.Sdk`, which is part of the **Visual Studio** integration, up to `16.5.0`. Obviously, these don't affect downstream dependencies of implementors.
1 parent 865195f commit 26a5ba0

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.2.0" />
10-
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
11-
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
10+
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
11+
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />
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.2.0" />
35-
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
36-
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
34+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
35+
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
36+
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

0 commit comments

Comments
 (0)