From bc1e1ec7e5c72e662b5494951b76a78057529db4 Mon Sep 17 00:00:00 2001 From: StefanKoell Date: Wed, 8 Jan 2025 13:09:27 +0100 Subject: [PATCH] Update publish.yml --- .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 0bbd5f9..c593a56 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v2 with: - dotnet-version: 7.0.304 + dotnet-version: 9.0.101 # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe