Update Cef to .NET 10

This commit is contained in:
Natsumi
2025-11-16 17:11:18 +11:00
parent b4321d5e86
commit 191bf08a12
7 changed files with 16 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9-windows10.0.19041.0</TargetFramework>
<TargetFramework>net10.0-windows10.0.19041.0</TargetFramework>
<Configurations>Debug;Release</Configurations>
<Platforms>x64</Platforms>
<PlatformTarget>x64</PlatformTarget>