Update src/redist/targets/GenerateBundledVersions.targets

Co-authored-by: Mitchell Hwang <16830051+mdh1418@users.noreply.github.com>
This commit is contained in:
Jo Shields 2022-06-08 10:30:15 -04:00 committed by GitHub
parent fe8ff26c2f
commit 7bb09b3f1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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