|
1 | 1 | <Project Sdk="MSBuild.Sdk.Extras/3.0.44"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFrameworks>net7.0;net7.0-ios;net7.0-maccatalyst;net7.0-macos;net7.0-android;net7.0-windows10.0.19041;</TargetFrameworks> |
4 | | - <LangVersion>11.0</LangVersion> |
| 3 | + <TargetFrameworks>net8.0;net8.0-ios;net8.0-maccatalyst;net8.0-macos;net8.0-android;net8.0-windows10.0.19041;</TargetFrameworks> |
| 4 | + <LangVersion>12.0</LangVersion> |
5 | 5 | <!-- Ensures the .xr.xml files are generated in a proper layout folder --> |
6 | 6 | <GenerateLibraryLayout>true</GenerateLibraryLayout> |
7 | 7 | <RootNamespace>Chinook.SectionsNavigation</RootNamespace> |
|
36 | 36 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" /> |
37 | 37 | </ItemGroup> |
38 | 38 |
|
39 | | - <ItemGroup Condition="'$(TargetFramework)'=='net7.0-windows10.0.19041'"> |
| 39 | + <ItemGroup Condition="'$(TargetFramework)'=='net8.0-windows10.0.19041'"> |
40 | 40 | <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.3" /> |
41 | 41 | <FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" RuntimeFrameworkVersion="10.0.22000.24" /> |
42 | 42 | <FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" TargetingPackVersion="10.0.22000.24" /> |
43 | 43 | </ItemGroup> |
44 | 44 |
|
45 | | - <PropertyGroup Condition="'$(TargetFramework)'=='net7.0'"> |
| 45 | + <PropertyGroup Condition="'$(TargetFramework)'=='net8.0-windows10.0.19041'"> |
| 46 | + <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> |
| 47 | + </PropertyGroup> |
| 48 | + |
| 49 | + <PropertyGroup Condition="'$(TargetFramework)'=='net8.0'"> |
46 | 50 | <DefineConstants>$(DefineConstants);__WASM__</DefineConstants> |
47 | 51 | </PropertyGroup> |
48 | 52 |
|
49 | | - <ItemGroup Condition="'$(TargetFramework)'!='net7.0-windows10.0.19041'"> |
| 53 | + <ItemGroup Condition="'$(TargetFramework)'!='net8.0-windows10.0.19041'"> |
50 | 54 | <Page Include="**\*.xaml" Exclude="bin\**\*.xaml;obj\**\*.xaml" /> |
51 | 55 | <Compile Update="**\*.xaml.cs"> |
52 | 56 | <DependentUpon>%(Filename)</DependentUpon> |
|
0 commit comments