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" - } -}