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 b76fdb9 commit 2c4c237Copy full SHA for 2c4c237
src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj
@@ -17,6 +17,7 @@
17
<AvoidRestoreCycleOnSelfReference>true</AvoidRestoreCycleOnSelfReference>
18
<!-- TODO: Remove with AvoidRestoreCycleOnSelfReference hack. -->
19
<PackageValidationBaselineName>$(MSBuildProjectName)</PackageValidationBaselineName>
20
+ <BeforePack Condition="'$(AdditionalRuntimeIdentifiers)' == ''">UpdateRuntimeJson;$(BeforePack)</BeforePack>
21
22
<_generateRuntimeGraphTargetFramework Condition="'$(MSBuildRuntimeType)' == 'core'">$(NetCoreAppToolCurrent)</_generateRuntimeGraphTargetFramework>
23
<_generateRuntimeGraphTargetFramework Condition="'$(MSBuildRuntimeType)' != 'core'">net472</_generateRuntimeGraphTargetFramework>
0 commit comments