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

Commit 85f37c0

Browse files
committed
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
1 parent 09ccfd8 commit 85f37c0

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
@@ -4,9 +4,7 @@
44
<AspNetIntegrationTestingVersion>0.4.0-*</AspNetIntegrationTestingVersion>
55
<CoreFxVersion>4.3.0</CoreFxVersion>
66
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
7-
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
8-
<RuntimeFrameworkVersion>2.0.0-*</RuntimeFrameworkVersion>
97
<TestSdkVersion>15.0.0</TestSdkVersion>
108
<XunitVersion>2.2.0</XunitVersion>
119
</PropertyGroup>
12-
</Project>
10+
</Project>

0 commit comments

Comments
 (0)