We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556ebd3 commit 2ecc99cCopy full SHA for 2ecc99c
1 file changed
src/Codebreaker.WinUI/Codebreaker.WinUI.csproj
@@ -2,12 +2,12 @@
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
<OutputType>WinExe</OutputType>
5
- <TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
+ <TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
6
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
7
<RootNamespace>CodeBreaker.WinUI</RootNamespace>
8
<ApplicationManifest>app.manifest</ApplicationManifest>
9
<Platforms>x86;x64;arm64</Platforms>
10
- <RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
+ <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
11
<PublishProfile>win10-$(Platform).pubxml</PublishProfile>
12
<UseWinUI>true</UseWinUI>
13
<ImplicitUsings>enable</ImplicitUsings>
0 commit comments