Merge pull request #14267 from dotnet/marcpopMSFT-fixknownapphostmain

Stop downloading app hosts for android
This commit is contained in:
Marc Paine 2022-08-10 10:18:11 -07:00 committed by GitHub
commit dd19808458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -503,6 +503,7 @@ Copyright (c) .NET Foundation. All rights reserved.
AppHostPackNamePattern="Microsoft.NETCore.App.Host.**RID**"
AppHostPackVersion="$(_NET60RuntimePackVersion)"
AppHostRuntimeIdentifiers="@(Net60AppHostRids, '%3B')"
ExcludedRuntimeIdentifiers="android"
/>
<KnownCrossgen2Pack Include="Microsoft.NETCore.App.Crossgen2"