update CI to use .NET 8 SDK

pull/470/head
Yaakov 2 years ago
parent 665901cbdc
commit b4a6c70d58

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

@ -22,7 +22,7 @@ jobs:
- name: Setup .NET Core - name: Setup .NET Core
uses: actions/setup-dotnet@v2 uses: actions/setup-dotnet@v2
with: with:
dotnet-version: 6.0.x dotnet-version: 8.0.x
- name: Configure NuGet - name: Configure NuGet
run: | run: |

Loading…
Cancel
Save