From 46a2fe36a95c24c4e434eebfdefa71775950512f Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 14 Jan 2025 17:19:40 +1300 Subject: [PATCH] Cef .NET 9.0 --- .github/workflows/github_actions.yml | 4 ++-- Dotnet/VRCX-Cef.csproj | 2 +- Dotnet/global.json | 5 ----- 3 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 Dotnet/global.json diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 85dc56fd..71350684 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -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 diff --git a/Dotnet/VRCX-Cef.csproj b/Dotnet/VRCX-Cef.csproj index 51b5a5f6..f2828e08 100644 --- a/Dotnet/VRCX-Cef.csproj +++ b/Dotnet/VRCX-Cef.csproj @@ -4,7 +4,7 @@ WinExe - net8-windows10.0.19041.0 + net9-windows10.0.19041.0 x64 true 0 diff --git a/Dotnet/global.json b/Dotnet/global.json deleted file mode 100644 index 8c70738a..00000000 --- a/Dotnet/global.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "sdk": { - "version": "8.0.404" - } -}