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

Commit 04fe7fd

Browse files
committed
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
1 parent 83dc7dd commit 04fe7fd

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
@@ -3,9 +3,7 @@
33
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
44
<CoreFxVersion>4.3.0</CoreFxVersion>
55
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
6-
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
7-
<RuntimeFrameworkVersion>2.0.0-*</RuntimeFrameworkVersion>
86
<TestSdkVersion>15.0.0</TestSdkVersion>
97
<XunitVersion>2.2.0</XunitVersion>
108
</PropertyGroup>
11-
</Project>
9+
</Project>

0 commit comments

Comments
 (0)