|
1 | | -<Project Sdk="MSBuild.Sdk.Extras/3.0.44"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
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> |
| 3 | + <TargetFrameworks>net10.0;net10.0-ios;net10.0-maccatalyst;net10.0-macos;net10.0-android;net10.0-windows10.0.20348;</TargetFrameworks> |
| 4 | + <LangVersion>14.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.BackButtonManager</RootNamespace> |
|
24 | 24 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
25 | 25 | </PropertyGroup> |
26 | 26 |
|
27 | | - <ItemGroup> |
28 | | - <PackageReference Include="Uno.WinUI" Version="5.0.19" /> |
29 | | - <ProjectReference Include="..\BackButtonManager.Abstractions\BackButtonManager.Abstractions.csproj" /> |
| 27 | + <ItemGroup Condition="'$(TargetFramework)'!='net10.0-windows10.0.20348'"> |
| 28 | + <PackageReference Include="Uno.WinUI" Version="6.3.62" /> |
30 | 29 | </ItemGroup> |
31 | 30 |
|
32 | | - <ItemGroup> |
| 31 | + <ItemGroup > |
| 32 | + <ProjectReference Include="..\BackButtonManager.Abstractions\BackButtonManager.Abstractions.csproj" /> |
33 | 33 | <!-- Needed for Source Link support --> |
34 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" /> |
| 34 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
35 | 35 | </ItemGroup> |
36 | 36 |
|
37 | | - <ItemGroup Condition="'$(TargetFramework)'=='net8.0-windows10.0.19041'"> |
38 | | - <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.3" /> |
39 | | - <FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" RuntimeFrameworkVersion="10.0.22000.24" /> |
40 | | - <FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" TargetingPackVersion="10.0.22000.24" /> |
41 | | - </ItemGroup> |
| 37 | + <ItemGroup Condition="'$(TargetFramework)'=='net10.0-windows10.0.20348'"> |
| 38 | + <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250606001" /> |
| 39 | + <!--<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />--> |
| 40 | + </ItemGroup> |
| 41 | + |
| 42 | + <PropertyGroup Condition="'$(TargetFramework)'=='net10.0-windows10.0.20348'"> |
| 43 | + <WindowsSdkPackageVersion>10.0.20348.38</WindowsSdkPackageVersion> |
| 44 | + </PropertyGroup> |
42 | 45 |
|
43 | | - <PropertyGroup Condition="'$(TargetFramework)'=='net8.0-windows10.0.19041'"> |
| 46 | + <PropertyGroup Condition="'$(TargetFramework)'=='net10.0-windows10.0.20348'"> |
44 | 47 | <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> |
45 | 48 | </PropertyGroup> |
46 | 49 |
|
47 | | - <PropertyGroup Condition="'$(TargetFramework)'=='net8.0'"> |
| 50 | + <PropertyGroup Condition="'$(TargetFramework)'=='net10.0'"> |
48 | 51 | <DefineConstants>$(DefineConstants);__WASM__</DefineConstants> |
49 | 52 | </PropertyGroup> |
50 | 53 |
|
51 | | - <ItemGroup Condition="'$(TargetFramework)'!='net8.0-windows10.0.19041'"> |
| 54 | + <ItemGroup Condition="'$(TargetFramework)'!='net10.0-windows10.0.20348'"> |
52 | 55 | <Page Include="**\*.xaml" Exclude="bin\**\*.xaml;obj\**\*.xaml" /> |
53 | 56 | <Compile Update="**\*.xaml.cs"> |
54 | 57 | <DependentUpon>%(Filename)</DependentUpon> |
|
0 commit comments