Add a KnownCrossgen2Pack entry for the crossgen2 compiler packages (#6227)
This commit is contained in:
parent
d7eacece05
commit
63e9316a15
1 changed files with 7 additions and 0 deletions
|
@ -183,6 +183,13 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
AppHostPackVersion="$(_NETCoreAppPackageVersion)"
|
AppHostPackVersion="$(_NETCoreAppPackageVersion)"
|
||||||
AppHostRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')"
|
AppHostRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<KnownCrossgen2Pack Include="Microsoft.NETCore.App.Crossgen2"
|
||||||
|
TargetFramework="netcoreapp5.0"
|
||||||
|
Crossgen2PackNamePattern="Microsoft.NETCore.App.Crossgen2.**RID**"
|
||||||
|
Crossgen2PackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)"
|
||||||
|
Crossgen2RuntimeIdentifiers="linux-musl-x64;linux-x64;win-x64"
|
||||||
|
/>
|
||||||
|
|
||||||
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App"
|
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App"
|
||||||
TargetFramework="netcoreapp5.0"
|
TargetFramework="netcoreapp5.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue