Work around build warning issue

This commit is contained in:
Steve Sanderson 2017-09-05 16:28:24 +01:00
parent 12a8e29288
commit 87a293ea69
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<!-- Workaround for https://github.com/aspnet/BuildTools/issues/392 -->
<DisablePackageReferenceVersionRestrictions>true</DisablePackageReferenceVersionRestrictions>
</PropertyGroup>
<ItemGroup>