update to dotnet 8

This commit is contained in:
zznty
2023-12-02 19:06:05 +07:00
parent c5309fe8b0
commit 51a35a73dc
7 changed files with 158 additions and 227 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- run: dotnet nuget add source --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
name: Add nuget source