Work around build warning issue
This commit is contained in:
parent
12a8e29288
commit
87a293ea69
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
|
||||
<!-- Workaround for https://github.com/aspnet/BuildTools/issues/392 -->
|
||||
<DisablePackageReferenceVersionRestrictions>true</DisablePackageReferenceVersionRestrictions>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue