|
4 | 4 | provides basic info needed for restore and build with the vanilla SDK. |
5 | 5 | --> |
6 | 6 |
|
7 | | - <!-- TODO: Remove when the SDK understands the net8.0 tfm. --> |
| 7 | + <!-- TODO: Remove when the SDK understands the net9.0 tfm. --> |
8 | 8 | <PropertyGroup> |
9 | 9 | <NETCoreAppMaximumVersion>9.0</NETCoreAppMaximumVersion> |
10 | 10 | </PropertyGroup> |
11 | 11 |
|
12 | 12 | <ItemGroup> |
13 | 13 | <KnownFrameworkReference Include="Microsoft.NETCore.App" |
14 | | - DefaultRuntimeFrameworkVersion="8.0.0-rc.1.23415.6" |
15 | | - LatestRuntimeFrameworkVersion="8.0.0-rc.1.23415.6" |
| 14 | + DefaultRuntimeFrameworkVersion="9.0.0-alpha.1.23615.3" |
| 15 | + LatestRuntimeFrameworkVersion="9.0.0-alpha.1.23615.3" |
16 | 16 | RuntimeFrameworkName="Microsoft.NETCore.App" |
17 | 17 | RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**" |
18 | 18 | RuntimePackRuntimeIdentifiers="linux-arm;linux-arm64;linux-musl-arm64;linux-musl-x64;linux-x64;osx-x64;rhel.6-x64;tizen.4.0.0-armel;tizen.5.0.0-armel;win-arm64;win-x64;win-x86;linux-musl-arm;osx-arm64;maccatalyst-x64;maccatalyst-arm64;linux-s390x;linux-bionic-arm;linux-bionic-arm64;linux-bionic-x64;linux-bionic-x86" |
19 | 19 | TargetFramework="$(NetCoreAppCurrent)" |
20 | 20 | TargetingPackName="Microsoft.NETCore.App.Ref" |
21 | | - TargetingPackVersion="8.0.0-rc.1.23415.6" |
| 21 | + TargetingPackVersion="9.0.0-alpha.1.23615.3" |
22 | 22 | Condition="'@(KnownFrameworkReference)' == '' or !@(KnownFrameworkReference->AnyHaveMetadataValue('TargetFramework', '$(NetCoreAppCurrent)'))" /> |
23 | 23 |
|
24 | 24 | <KnownAppHostPack Include="Microsoft.NETCore.App" |
25 | 25 | ExcludedRuntimeIdentifiers="android" |
26 | 26 | AppHostPackNamePattern="Microsoft.NETCore.App.Host.**RID**" |
27 | | - AppHostPackVersion="8.0.0-rc.1.23415.6" |
| 27 | + AppHostPackVersion="9.0.0-alpha.1.23615.3" |
28 | 28 | AppHostRuntimeIdentifiers="linux-arm;linux-arm64;linux-musl-arm64;linux-musl-x64;linux-x64;osx-x64;rhel.6-x64;tizen.4.0.0-armel;tizen.5.0.0-armel;win-arm64;win-x64;win-x86;linux-musl-arm;osx-arm64;linux-s390x;linux-bionic-arm;linux-bionic-arm64;linux-bionic-x64;linux-bionic-x86" |
29 | 29 | TargetFramework="$(NetCoreAppCurrent)" |
30 | 30 | Condition="'@(KnownAppHostPack)' == '' or !@(KnownAppHostPack->AnyHaveMetadataValue('TargetFramework', '$(NetCoreAppCurrent)'))" /> |
|
0 commit comments