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
|
@ -184,6 +184,13 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
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"
|
||||
TargetFramework="netcoreapp5.0"
|
||||
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue