Nuget Package Downgrades

This commit is contained in:
Brett Hewitson 2021-12-11 13:47:01 +10:00
parent 12cfc06e53
commit 3aa4c48cc4
12 changed files with 82 additions and 89 deletions

View file

@ -10,8 +10,8 @@
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Plugin.Common\Plugin.Common.csproj" />