Skip to content

Commit d064cf2

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.1`. Obviously, these don't affect downstream dependencies of implementors.
1 parent b49ce5e commit d064cf2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
<ItemGroup>
99
<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" />
10+
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
11+
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

OnTopic.Tests/OnTopic.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3333
</PackageReference>
3434
<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" />
35+
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
36+
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

0 commit comments

Comments
 (0)