Skip to content

Commit aaa06cc

Browse files
authored
Add net11.0 known framework references (#50329)
2 parents 921d38f + cd4fccf commit aaa06cc

File tree

1 file changed

+123
-0
lines changed

1 file changed

+123
-0
lines changed

src/Layout/redist/targets/GenerateBundledVersions.targets

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@
8484
<_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion)</_NETStandardLibraryPackageVersion>
8585
<_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion)</_NETCorePlatformsPackageVersion>
8686

87+
<!-- TODO: Once .NET 10.0.X has released, update these version numbers to 10.0.$(VersionFeature100) -->
88+
<_NET100RuntimePackVersion>10.0.100-preview.7.25380.108</_NET100RuntimePackVersion>
89+
<_NET100TargetingPackVersion>10.0.100-preview.7.25380.108</_NET100TargetingPackVersion>
90+
<_WindowsDesktop100RuntimePackVersion>10.0.0-preview.7.25380.108</_WindowsDesktop100RuntimePackVersion>
91+
<_WindowsDesktop100TargetingPackVersion>10.0.0-preview.7.25380.108</_WindowsDesktop100TargetingPackVersion>
92+
<_AspNet100RuntimePackVersion>10.0.0-preview.7.25380.108</_AspNet100RuntimePackVersion>
93+
<_AspNet100TargetingPackVersion>10.0.0-preview.7.25380.108</_AspNet100TargetingPackVersion>
94+
8795
<_NET90RuntimePackVersion>9.0.$(VersionFeature90)</_NET90RuntimePackVersion>
8896
<_NET90TargetingPackVersion>9.0.$(VersionFeature90)</_NET90TargetingPackVersion>
8997
<_WindowsDesktop90RuntimePackVersion>9.0.$(VersionFeature90)</_WindowsDesktop90RuntimePackVersion>
@@ -556,6 +564,121 @@ Copyright (c) .NET Foundation. All rights reserved.
556564
@(ImplicitPackageVariable->'<ImplicitPackageReferenceVersion Include="%(Identity)" TargetFrameworkVersion="%(TargetFrameworkVersion)" DefaultVersion="%(DefaultVersion)" LatestVersion="%(LatestVersion)" />', '
557565
')
558566
567+
<!-- .NET 11.0 -->
568+
<KnownFrameworkReference Include="Microsoft.NETCore.App"
569+
TargetFramework="net11.0"
570+
RuntimeFrameworkName="Microsoft.NETCore.App"
571+
DefaultRuntimeFrameworkVersion="$(MicrosoftNETCoreAppDefaultRuntimeFrameworkVersion)"
572+
LatestRuntimeFrameworkVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)"
573+
TargetingPackName="Microsoft.NETCore.App.Ref"
574+
TargetingPackVersion="$(MicrosoftNETCoreAppRefPackageVersion)"
575+
RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**"
576+
RuntimePackRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')"
577+
/>
578+
579+
<KnownAppHostPack Include="Microsoft.NETCore.App"
580+
TargetFramework="net11.0"
581+
AppHostPackNamePattern="Microsoft.NETCore.App.Host.**RID**"
582+
AppHostPackVersion="$(_NETCoreAppPackageVersion)"
583+
AppHostRuntimeIdentifiers="@(NetCoreAppHostRids, '%3B')"
584+
ExcludedRuntimeIdentifiers="android"
585+
/>
586+
587+
<KnownCrossgen2Pack Include="Microsoft.NETCore.App.Crossgen2"
588+
TargetFramework="net11.0"
589+
Crossgen2PackNamePattern="Microsoft.NETCore.App.Crossgen2.**RID**"
590+
Crossgen2PackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)"
591+
Crossgen2RuntimeIdentifiers="@(Crossgen2SupportedRids, '%3B')"
592+
/>
593+
594+
<KnownILCompilerPack Include="Microsoft.DotNet.ILCompiler"
595+
TargetFramework="net11.0"
596+
ILCompilerPackNamePattern="runtime.**RID**.Microsoft.DotNet.ILCompiler"
597+
ILCompilerRuntimePackNamePattern="Microsoft.NETCore.App.Runtime.NativeAOT.**RID**"
598+
ILCompilerPackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)"
599+
ILCompilerRuntimeIdentifiers="@(ILCompilerSupportedRids, '%3B')"
600+
/>
601+
602+
<KnownRuntimePack Include="Microsoft.NETCore.App"
603+
TargetFramework="net11.0"
604+
RuntimeFrameworkName="Microsoft.NETCore.App"
605+
LatestRuntimeFrameworkVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)"
606+
RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.NativeAOT.**RID**"
607+
RuntimePackRuntimeIdentifiers="@(NativeAOTRuntimePackRids, '%3B')"
608+
RuntimePackLabels="NativeAOT"
609+
/>
610+
611+
<KnownILLinkPack Include="Microsoft.NET.ILLink.Tasks"
612+
TargetFramework="net11.0"
613+
ILLinkPackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)" />
614+
615+
<KnownWebAssemblySdkPack Include="Microsoft.NET.Sdk.WebAssembly.Pack"
616+
TargetFramework="net11.0"
617+
WebAssemblySdkPackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)" />
618+
619+
<KnownAspNetCorePack Include="Microsoft.AspNetCore.App.Internal.Assets"
620+
TargetFramework="net11.0"
621+
AspNetCorePackVersion="$(MicrosoftAspNetCoreAppRuntimePackageVersion)" />
622+
623+
<KnownRuntimePack Include="Microsoft.NETCore.App"
624+
TargetFramework="net11.0"
625+
RuntimeFrameworkName="Microsoft.NETCore.App"
626+
LatestRuntimeFrameworkVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)"
627+
RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.Mono.**RID**"
628+
RuntimePackRuntimeIdentifiers="@(MonoRuntimePackRids, '%3B')"
629+
RuntimePackLabels="Mono"
630+
/>
631+
632+
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App"
633+
TargetFramework="net11.0"
634+
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
635+
DefaultRuntimeFrameworkVersion="$(MicrosoftWindowsDesktopAppDefaultRuntimeFrameworkVersion)"
636+
LatestRuntimeFrameworkVersion="$(MicrosoftWindowsDesktopAppRuntimePackageVersion)"
637+
TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
638+
TargetingPackVersion="$(MicrosoftWindowsDesktopAppRefPackageVersion)"
639+
RuntimePackNamePatterns="Microsoft.WindowsDesktop.App.Runtime.**RID**"
640+
RuntimePackRuntimeIdentifiers="@(WindowsDesktopRuntimePackRids, '%3B')"
641+
IsWindowsOnly="true"
642+
/>
643+
644+
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App.WPF"
645+
TargetFramework="net11.0"
646+
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
647+
DefaultRuntimeFrameworkVersion="$(MicrosoftWindowsDesktopAppDefaultRuntimeFrameworkVersion)"
648+
LatestRuntimeFrameworkVersion="$(MicrosoftWindowsDesktopAppRuntimePackageVersion)"
649+
TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
650+
TargetingPackVersion="$(MicrosoftWindowsDesktopAppRefPackageVersion)"
651+
RuntimePackNamePatterns="Microsoft.WindowsDesktop.App.Runtime.**RID**"
652+
RuntimePackRuntimeIdentifiers="@(WindowsDesktopRuntimePackRids, '%3B')"
653+
IsWindowsOnly="true"
654+
Profile="WPF"
655+
/>
656+
657+
<KnownFrameworkReference Include="Microsoft.WindowsDesktop.App.WindowsForms"
658+
TargetFramework="net11.0"
659+
RuntimeFrameworkName="Microsoft.WindowsDesktop.App"
660+
DefaultRuntimeFrameworkVersion="$(MicrosoftWindowsDesktopAppDefaultRuntimeFrameworkVersion)"
661+
LatestRuntimeFrameworkVersion="$(MicrosoftWindowsDesktopAppRuntimePackageVersion)"
662+
TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
663+
TargetingPackVersion="$(MicrosoftWindowsDesktopAppRefPackageVersion)"
664+
RuntimePackNamePatterns="Microsoft.WindowsDesktop.App.Runtime.**RID**"
665+
RuntimePackRuntimeIdentifiers="@(WindowsDesktopRuntimePackRids, '%3B')"
666+
IsWindowsOnly="true"
667+
Profile="WindowsForms"
668+
/>
669+
670+
<KnownFrameworkReference Include="Microsoft.AspNetCore.App"
671+
TargetFramework="net11.0"
672+
RuntimeFrameworkName="Microsoft.AspNetCore.App"
673+
DefaultRuntimeFrameworkVersion="$(MicrosoftAspNetCoreAppDefaultRuntimeFrameworkVersion)"
674+
LatestRuntimeFrameworkVersion="$(MicrosoftAspNetCoreAppRuntimePackageVersion)"
675+
TargetingPackName="Microsoft.AspNetCore.App.Ref"
676+
TargetingPackVersion="$(MicrosoftAspNetCoreAppRefPackageVersion)"
677+
RuntimePackNamePatterns="Microsoft.AspNetCore.App.Runtime.**RID**"
678+
RuntimePackRuntimeIdentifiers="@(AspNetCoreRuntimePackRids, '%3B')"
679+
RuntimePackExcludedRuntimeIdentifiers="android%3Blinux-bionic"
680+
/>
681+
559682
<!-- .NET 10.0 -->
560683
<KnownFrameworkReference Include="Microsoft.NETCore.App"
561684
TargetFramework="net10.0"

0 commit comments

Comments
 (0)