Skip to content

Commit 83183b2

Browse files
committed
Merge branch 'maintenance/update-dependencies' into develop
Updated to latest version of Microsoft's Test SDK and Framework. Reran unit tests to confirm everything continues to operate correctly. As this only impacts the unit test projects, this has no impact on consumers of the NuGet packages.
2 parents 76af6a9 + 5c0631d commit 83183b2

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
@@ -11,9 +11,9 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
15-
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
16-
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
15-
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
16-
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
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)