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.
2 parents 224ee88 + 90bb556 commit 716bd17Copy full SHA for 716bd17
src/redist/targets/GenerateBundledVersions.targets
@@ -371,6 +371,7 @@ Copyright (c) .NET Foundation. All rights reserved.
371
AppHostPackNamePattern="Microsoft.NETCore.App.Host.**RID**"
372
AppHostPackVersion="$(_NETCoreAppPackageVersion)"
373
AppHostRuntimeIdentifiers="@(NetCoreAppHostRids, '%3B')"
374
+ ExcludedRuntimeIdentifiers="android"
375
/>
376
377
<KnownCrossgen2Pack Include="Microsoft.NETCore.App.Crossgen2"
0 commit comments