Removed 8.0 preview from GitHub action

This commit is contained in:
Tony Bark 2023-11-28 09:40:44 -05:00
parent 2a98a07ad3
commit eac035adf6
2 changed files with 0 additions and 2 deletions

View file

@ -22,7 +22,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet }}
dotnet-quality: 'preview'
- name: Install dependencies
run: dotnet restore
- name: Build

View file

@ -15,7 +15,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.0.x"
dotnet-quality: 'preview'
- name: Install dependencies
run: dotnet restore
- name: Package