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

Commit 0ca4abb

Browse files
committed
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
1 parent 8f5a489 commit 0ca4abb

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,10 +4,8 @@
44
<CoreFxVersion>4.3.0</CoreFxVersion>
55
<InternalAspNetCoreSdkVersion>2.0.0-*</InternalAspNetCoreSdkVersion>
66
<MoqVersion>4.7.1</MoqVersion>
7-
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
87
<RedisVersion>1.1.605</RedisVersion>
9-
<RuntimeFrameworkVersion>2.0.0-*</RuntimeFrameworkVersion>
108
<TestSdkVersion>15.0.0</TestSdkVersion>
119
<XunitVersion>2.2.0</XunitVersion>
1210
</PropertyGroup>
13-
</Project>
11+
</Project>

0 commit comments

Comments
 (0)