From e751bfd2ff72e3f2f14fe4e3bd7ba3c0861da66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Zi=C4=85bek?= Date: Wed, 15 Mar 2023 10:53:44 +0100 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 177baeb..9676a34 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -28,10 +28,10 @@ jobs: - name: 📝 Fetch Sources 📝 uses: actions/checkout@v2 - - name: ⚙ Setup .NET 6.0 SDK ⚙ + - name: ⚙ Setup .NET 7.0 SDK ⚙ uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '7.0.x' - name: 🔄 Restore Nuget Packages 🔄 shell: bash