Skip to content

Commit 2ecc99c

Browse files
committed
Updated to .net8.0
1 parent 556ebd3 commit 2ecc99c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Codebreaker.WinUI/Codebreaker.WinUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
5+
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
66
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
77
<RootNamespace>CodeBreaker.WinUI</RootNamespace>
88
<ApplicationManifest>app.manifest</ApplicationManifest>
99
<Platforms>x86;x64;arm64</Platforms>
10-
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
10+
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1111
<PublishProfile>win10-$(Platform).pubxml</PublishProfile>
1212
<UseWinUI>true</UseWinUI>
1313
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)