Use the bundled NETStandard.Library package in netstandard targeting libraries
This commit is contained in:
parent
a02d8b0405
commit
169694053b
|
|
@ -3,6 +3,7 @@
|
|||
<AspNetCoreVersion>2.0.0-preview1-*</AspNetCoreVersion>
|
||||
<CoreFxVersion>4.3.0</CoreFxVersion>
|
||||
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
|
||||
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>
|
||||
<SystemNetHttpVersion>4.3.1</SystemNetHttpVersion>
|
||||
<TestSdkVersion>15.0.0</TestSdkVersion>
|
||||
<XunitVersion>2.2.0</XunitVersion>
|
||||
|
|
|
|||
Loading…
Reference in New Issue