|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 | <PropertyGroup>
|
3 | 3 | <OutputType>WinExe</OutputType>
|
4 |
| - <TargetFramework>net7.0-windows10.0.19041.0</TargetFramework> |
| 4 | + <TargetFramework>net8.0-windows10.0.19041.0</TargetFramework> |
5 | 5 | <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
6 | 6 | <RootNamespace>BooksApp</RootNamespace>
|
7 | 7 | <ApplicationManifest>app.manifest</ApplicationManifest>
|
8 | 8 | <Platforms>x86;x64;arm64</Platforms>
|
9 |
| - <RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers> |
10 |
| - <PublishProfile>win10-$(Platform).pubxml</PublishProfile> |
| 9 | + <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> |
| 10 | + <PublishProfile>win-$(Platform).pubxml</PublishProfile> |
11 | 11 | <UseWinUI>true</UseWinUI>
|
12 |
| - <EnablePreviewMsixTooling>true</EnablePreviewMsixTooling> |
| 12 | + <EnableMsixTooling>true</EnableMsixTooling> |
13 | 13 | <Nullable>enable</Nullable>
|
14 | 14 | <ImplicitUsings>enable</ImplicitUsings>
|
15 | 15 | </PropertyGroup>
|
|
30 | 30 | </ItemGroup>
|
31 | 31 |
|
32 | 32 | <ItemGroup>
|
33 |
| - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" /> |
34 |
| - <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.5" /> |
35 |
| - <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.1" /> |
| 33 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" /> |
| 34 | + <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250108002" /> |
| 35 | + <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" /> |
36 | 36 | <Manifest Include="$(ApplicationManifest)" />
|
37 | 37 | </ItemGroup>
|
38 | 38 |
|
|
0 commit comments