|
2 | 2 | <Project Sdk="Microsoft.NET.Sdk"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <OutputType>WinExe</OutputType> |
5 | | - <TargetFramework>net7.0-windows10.0.19041.0</TargetFramework> |
| 5 | + <TargetFramework>net8.0-windows10.0.19041.0</TargetFramework> |
6 | 6 | <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion> |
7 | 7 | <RootNamespace>CodeBreaker.WinUI</RootNamespace> |
8 | 8 | <ApplicationManifest>app.manifest</ApplicationManifest> |
9 | 9 | <Platforms>x86;x64;arm64</Platforms> |
10 | | - <RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers> |
11 | | - <PublishProfile>win10-$(Platform).pubxml</PublishProfile> |
| 10 | + <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> |
12 | 11 | <UseWinUI>true</UseWinUI> |
13 | 12 | <ImplicitUsings>enable</ImplicitUsings> |
14 | | - <EnablePreviewMsixTooling>true</EnablePreviewMsixTooling> |
| 13 | + <EnableMsixTooling>true</EnableMsixTooling> |
| 14 | + <Nullable>enable</Nullable> |
15 | 15 | <Company>CN innovation</Company> |
16 | 16 | </PropertyGroup> |
17 | 17 | <PropertyGroup Label="MultilingualAppToolkit"> |
|
20 | 20 | <TranslationReport Condition="'$(Configuration)' == 'Release'">true</TranslationReport> |
21 | 21 | <SuppressPseudoWarning Condition="'$(Configuration)' == 'Debug'">true</SuppressPseudoWarning> |
22 | 22 | </PropertyGroup> |
23 | | - <ItemGroup> |
24 | | - <None Remove="appsettings.Development.json" /> |
25 | | - <None Remove="appsettings.json" /> |
26 | | - <None Remove="appsettings.Production.json" /> |
27 | | - <None Remove="MainWindow.xaml" /> |
28 | | - <None Remove="MultilingualResources\CodeBreaker.WinUI.de.xlf" /> |
29 | | - <None Remove="Styles\CodeBreakerTemplates.xaml" /> |
30 | | - <None Remove="Views\AuthPage.xaml" /> |
31 | | - <None Remove="Views\Components\InfoBarMessages.xaml" /> |
32 | | - <None Remove="Views\KeyPegsView.xaml" /> |
33 | | - <None Remove="Views\LivePage.xaml" /> |
34 | | - <None Remove="Views\Pages\AccountPage.xaml" /> |
35 | | - <None Remove="Views\Pages\SettingsPage.xaml" /> |
36 | | - <None Remove="Views\PegSelectionView.xaml" /> |
37 | | - </ItemGroup> |
| 23 | + |
38 | 24 | <ItemGroup> |
39 | 25 | <Manifest Include="$(ApplicationManifest)" /> |
40 | 26 | </ItemGroup> |
|
64 | 50 | </ItemGroup> |
65 | 51 | <ItemGroup> |
66 | 52 | <!--<PackageReference Include="CNInnovation.Codebreaker.ViewModels" Version="2.0.0-beta1.12" />--> |
67 | | - <PackageReference Include="CNInnovation.Codebreaker.ViewModels" Version="2.0.1-beta.1.21" /> |
| 53 | + <PackageReference Include="CNInnovation.Codebreaker.ViewModels" Version="2.0.1-beta.1.22" /> |
68 | 54 | <PackageReference Include="CommunityToolkit.WinUI.UI" Version="7.1.2" /> |
69 | 55 | <PackageReference Include="CommunityToolkit.WinUI.UI.Controls" Version="7.1.2" /> |
70 | | - <PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" /> |
71 | | - <PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" /> |
72 | | - <PackageReference Include="Microsoft.Identity.Client" Version="4.50.0" /> |
73 | | - <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.3.230724000" /> |
74 | | - <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" /> |
| 56 | + <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0-rc.2.23479.6" /> |
| 57 | + <PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0-rc.2.23479.6" /> |
| 58 | + <PackageReference Include="Microsoft.Identity.Client" Version="4.57.0" /> |
| 59 | + <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231008000" /> |
| 60 | + <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.25936-preview" /> |
75 | 61 | <PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.0.9" /> |
| 62 | + <PackageReference Include="System.Net.Http" Version="4.3.4" /> |
| 63 | + <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> |
76 | 64 | <PackageReference Include="WinUIEx" Version="2.3.2" /> |
77 | 65 | </ItemGroup> |
78 | 66 | <ItemGroup> |
|
0 commit comments