From 7edcda2b441325b64980be7360c542a7991db696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20R=C3=B6thinger?= <11810100+AleRoe@users.noreply.github.com> Date: Thu, 23 Feb 2023 21:44:28 +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 ae93c8a..b8ffb07 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: 7.0.x + dotnet-version: 6.0.x - name: Restore dependencies run: dotnet restore