Browse Source

Update dotnet-desktop.yml

Marcin Ziąbek 1 year ago
parent
commit
f42d825a32
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/dotnet-desktop.yml

+ 2 - 2
.github/workflows/dotnet-desktop.yml

@@ -28,10 +28,10 @@ jobs:
       - name: 📝 Fetch Sources 📝
       - name: 📝 Fetch Sources 📝
         uses: actions/checkout@v3
         uses: actions/checkout@v3
 
 
-      - name: ⚙ Setup .NET 6.0 SDK ⚙
+      - name: ⚙ Setup .NET 8.0 SDK ⚙
         uses: actions/setup-dotnet@v3
         uses: actions/setup-dotnet@v3
         with:
         with:
-          dotnet-version: '6.0.x'
+          dotnet-version: '8.0.x'
           
           
       - name: 🔄 Restore Nuget Packages 🔄
       - name: 🔄 Restore Nuget Packages 🔄
         shell: bash
         shell: bash