Float the version of NS.Library to workaround issues in mirror

The SDK sets the version of NS.Library to a value that's higher than the one available in the ci-dev feed.
Floating the version would cause us to pick the higest available version from the feed.
This commit is contained in:
Pranav K 2017-07-13 10:36:38 -07:00
parent 975e17bfe2
commit 97fd4f432b
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
</PropertyGroup>
<ItemGroup>