We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634dd10 commit 841e438Copy full SHA for 841e438
eng/tools/GenerateFiles/Directory.Build.targets.in
@@ -53,7 +53,7 @@
53
e.g. tool projects (again, property not set) use latest.
54
On the other hand, $(TargetLatestDotNetRuntime) is specific to this repo and controls only the update below.
55
-->
56
- <DefaultRuntimeFrameworkVersion Condition=" '$(IsServicingBuild)' != 'true' AND
+ <DefaultRuntimeFrameworkVersion Condition=" ('$(IsServicingBuild)' != 'true' OR '$(NETCoreSdkVersion)' == '7.0.100-rtm.22478.12') AND
57
'%(TargetFramework)' == '${DefaultNetCoreTargetFramework}' AND
58
'$(TargetLatestDotNetRuntime)' != 'false' ">${MicrosoftNETCoreAppRuntimeVersion}</DefaultRuntimeFrameworkVersion>
59
</KnownFrameworkReference>
0 commit comments