Skip to content

Commit 5c0631d

Browse files
committed
Updated to latest version of Microsoft Test Framework
This only affects the unit tests, and has no downstream impact on implementers. Ensured all unit tests continue to operate correctly.
1 parent b21d49c commit 5c0631d

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
@@ -12,8 +12,8 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
15-
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
16-
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
15+
<PackageReference Include="MSTest.TestAdapter" Version="2.2.1" />
16+
<PackageReference Include="MSTest.TestFramework" Version="2.2.1" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

OnTopic.Tests/OnTopic.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
15-
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
16-
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
15+
<PackageReference Include="MSTest.TestAdapter" Version="2.2.1" />
16+
<PackageReference Include="MSTest.TestFramework" Version="2.2.1" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)