Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 835fb60

Browse files
committed
Fixed version of netstandard.library
1 parent df5c673 commit 835fb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
44
<CoreFxVersion>4.4.0-*</CoreFxVersion>
55
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
6-
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>
6+
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
77
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
88
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
99
<TestSdkVersion>15.3.0-*</TestSdkVersion>

0 commit comments

Comments
 (0)