Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit ed7e07a

Browse files
committed
Updated to use latest netstandard.library
1 parent 749d112 commit ed7e07a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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'">
20-
<PackageReference Include="NETStandard.Library" Version="$(BundledNETStandardPackageVersion)" />
20+
<PackageReference Include="NETStandard.Library" Version="$(NETStandardImplicitPackageVersion)" />
2121
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
2222
</ItemGroup>
2323
</Project>

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AutoMapperVersion>5.0.2</AutoMapperVersion>
55
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
66
<JsonNetVersion>10.0.1</JsonNetVersion>
7-
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>
7+
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
88
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
99
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
1010
<ThreadingDataflowVersion>4.8.0-*</ThreadingDataflowVersion>

0 commit comments

Comments
 (0)