From 1022e1216d5ee0813e8f008771057315336fb0fc Mon Sep 17 00:00:00 2001 From: nil4 Date: Wed, 18 Sep 2024 16:32:08 +0200 Subject: [PATCH] Update CI yaml for `net9.0` --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 178b935..30b991e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0 + dotnet-version: '9.0' # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe