Skip to content

Commit 0178b2f

Browse files
committed
Bumped Microsoft.NET.Test.Sdk to latest version
This is an internal (private) dependency, and won't affect downstream dependencies. Confirmed that this doesn't interfere with any existing unit tests.
1 parent e00695d commit 0178b2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
1010
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
1111
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
1212
</ItemGroup>

OnTopic.Tests/OnTopic.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3333
</PackageReference>
34-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
34+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
3535
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
3636
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
3737
</ItemGroup>

0 commit comments

Comments
 (0)