diff --git a/.github/workflows/build-and-upload.yml b/.github/workflows/build-and-upload.yml index 6376782..9c48114 100644 --- a/.github/workflows/build-and-upload.yml +++ b/.github/workflows/build-and-upload.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v2 with: - dotnet-version: '4.8.x' + dotnet-version: '6.0.x' - name: Build C# project run: dotnet build --configuration Release