Use the bundled NETStandard.Library package in netstandard targeting libraries

This commit is contained in:
Pranav K 2017-05-01 12:39:37 -07:00
parent 73a91b19a9
commit f9cd44d780
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<AspNetCoreModuleVersion>1.0.0-*</AspNetCoreModuleVersion>
<CoreFxVersion>4.3.0</CoreFxVersion>
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>
<SystemNetHttpClientVersion>4.3.1</SystemNetHttpClientVersion>
<TestSdkVersion>15.0.0</TestSdkVersion>
<XunitVersion>2.2.0</XunitVersion>