We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b131ea commit 087183eCopy full SHA for 087183e
build/dependencies.props
@@ -6,6 +6,7 @@
6
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
7
<JsonNetVersion>10.0.1</JsonNetVersion>
8
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>
9
+ <RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
10
<ThreadingDataflowVersion>4.7.0</ThreadingDataflowVersion>
11
</PropertyGroup>
12
</Project>
0 commit comments