Merge pull request #7 from Enyby/patch-1

Fix NU1605 error
This commit is contained in:
Katy
2018-12-04 01:41:58 +01:00
committed by GitHub

View File

@@ -7,8 +7,8 @@
<ItemGroup>
<ProjectReference Include="..\Il2CppInspector\Il2CppInspector.csproj" />
<PackageReference Include="Microsoft.NETCore.Runtime.CoreCLR" Version="2.0.0" />
<PackageReference Include="Microsoft.NETCore.DotNetHostPolicy" Version="2.0.0" />
<DotNetCliToolReference Include="Microsoft.NETCore.Runtime.CoreCLR" Version="2.0.0" />
<DotNetCliToolReference Include="Microsoft.NETCore.DotNetHostPolicy" Version="2.0.0" />
</ItemGroup>
</Project>
</Project>