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

Commit e1cd8c9

Browse files
committed
Add NETStandardImplicitPackageVersion
1 parent 8038360 commit e1cd8c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/dependencies.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
<Project>
1+
<Project>
22
<PropertyGroup>
33
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
44
<CoreFxVersion>4.4.0-*</CoreFxVersion>
55
<IdentityModelActiveDirectoryVersion>3.13.9</IdentityModelActiveDirectoryVersion>
66
<IdentityModelOpenIdVersion>2.1.3</IdentityModelOpenIdVersion>
77
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
88
<JsonNetVersion>10.0.1</JsonNetVersion>
9+
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
910
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
1011
<OwinVersion>3.0.1</OwinVersion>
1112
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>

0 commit comments

Comments
 (0)