@ -30,7 +30,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Build
run: dotnet publish -c ${{ matrix.configuration }} -o artifacts
@ -22,7 +22,7 @@ jobs:
- name: Configure NuGet
run: |