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 509db15 commit 87c3075Copy full SHA for 87c3075
src/Layout/redist/targets/Crossgen.targets
@@ -8,7 +8,6 @@
8
'$(DotNetBuildUseMonoRuntime)' != 'true'">true</IsCrossgenSupported>
9
10
<Crossgen2Rid>$(HostOSName)-$(BuildArchitecture)</Crossgen2Rid>
11
- <Crossgen2Rid Condition="'$(DotNetBuildSourceOnly)' == 'true'">$(SharedFrameworkRid)</Crossgen2Rid>
12
13
<RuntimeNETCrossgenPackageName>microsoft.netcore.app.crossgen2.$(Crossgen2Rid)</RuntimeNETCrossgenPackageName>
14
</PropertyGroup>
0 commit comments