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

Commit 3553ab6

Browse files
Clean up dependencies.props
1 parent cb9abda commit 3553ab6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/dependencies.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
<PropertyGroup>
33
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
44
<AutoMapperVersion>5.0.2</AutoMapperVersion>
5-
<CoreFxVersion>4.3.0</CoreFxVersion>
65
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
76
<JsonNetVersion>10.0.1</JsonNetVersion>
87
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>
98
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
10-
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netstandard2.0'">2.0.0-*</RuntimeFrameworkVersion>
9+
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
1110
<ThreadingDataflowVersion>4.7.0</ThreadingDataflowVersion>
1211
</PropertyGroup>
1312
</Project>

0 commit comments

Comments
 (0)