diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 4c7547a68..5e2417604 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -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')" />