Skip to content

Commit

Permalink
Change the version of TestAdapter to remove issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TsuyoshiUshio committed Mar 2, 2019
1 parent d0da9e9 commit 8f47573
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.1" />
<PackageReference Include="Moq" Version="4.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.1.11" />
<PackageReference Include="MSTest.TestFramework" Version="1.1.11" />
<PackageReference Include="MSTest.TestAdapter" Version="1.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.2.0" />
<PackageReference Include="Newtonsoft.Json" version="7.0.1" />
<PackageReference Include="WindowsAzure.Storage" version="7.2.1" />
</ItemGroup>
Expand All @@ -35,4 +35,4 @@
</None>
</ItemGroup>

</Project>
</Project>

0 comments on commit 8f47573

Please sign in to comment.