Cef .NET 9.0

This commit is contained in:
Natsumi
2025-01-14 17:19:40 +13:00
parent ca9fde1ec7
commit 46a2fe36a9
3 changed files with 3 additions and 8 deletions

View File

@@ -28,10 +28,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET 8
- name: Setup .NET 9
uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.0.x"
dotnet-version: "9.0.x"
- name: Set version
run: |
echo "${{ needs.set_version.outputs.version }}" > Version

View File

@@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8-windows10.0.19041.0</TargetFramework>
<TargetFramework>net9-windows10.0.19041.0</TargetFramework>
<Platforms>x64</Platforms>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationRevision>0</ApplicationRevision>

View File

@@ -1,5 +0,0 @@
{
"sdk": {
"version": "8.0.404"
}
}