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

Commit 0cc0a46

Browse files
committed
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
1 parent 4b9f57b commit 0cc0a46

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework' AND '$(OutputType)'=='library'">
20-
<PackageReference Include="NETStandard.Library" Version="$(NetStandardImplicitPackageVersion)" />
20+
<PackageReference Include="NETStandard.Library" Version="$(BundledNETStandardPackageVersion)" />
2121
</ItemGroup>
2222

2323
</Project>

build/dependencies.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
<IdentityModelOpenIdVersion>2.1.3</IdentityModelOpenIdVersion>
77
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
88
<JsonNetVersion>10.0.1</JsonNetVersion>
9-
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
109
<OwinVersion>3.0.1</OwinVersion>
11-
<RuntimeFrameworkVersion>2.0.0-*</RuntimeFrameworkVersion>
1210
<TestSdkVersion>15.0.0</TestSdkVersion>
1311
<XunitVersion>2.2.0</XunitVersion>
1412
</PropertyGroup>
15-
</Project>
13+
</Project>

0 commit comments

Comments
 (0)