Skip to content

Commit

Permalink
Fix .NET Core 2.1 unit test .NET Standard dep ver
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0ade committed Aug 3, 2020
1 parent 9d08121 commit 7b5c8c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MonoMod.UnitTest/MonoMod.UnitTest.csproj
Expand Up @@ -42,6 +42,7 @@
<PackageReference Include="NETStandard.Library" Version="2.0.0">
<Version Condition="'$(TargetFramework)' == 'netcoreapp1.0'">1.6.1</Version>
<Version Condition="'$(TargetFramework)' == 'netcoreapp2.0'">2.0.0</Version>
<Version Condition="'$(TargetFramework)' == 'netcoreapp2.1'">2.0.3</Version>
</PackageReference>
<PackageReference Include="xunit" Version="2.*" />
<PackageReference Include="xunit.analyzers" Version="0.10.*" />
Expand Down

0 comments on commit 7b5c8c2

Please sign in to comment.