Skip to content

Commit

Permalink
Stop app host downloads for android
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Aug 5, 2022
1 parent a55a0d2 commit 005dd23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redist/targets/GenerateBundledVersions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ Copyright (c) .NET Foundation. All rights reserved.
AppHostPackNamePattern="Microsoft.NETCore.App.Host.**RID**"
AppHostPackVersion="$(_NETCoreAppPackageVersion)"
AppHostRuntimeIdentifiers="@(NetCoreAppHostRids, '%3B')"
ExcludedRuntimeIdentifiers="android"
/>
<KnownCrossgen2Pack Include="Microsoft.NETCore.App.Crossgen2"
Expand Down

0 comments on commit 005dd23

Please sign in to comment.