net 8 target

This commit is contained in:
zznty
2023-12-17 21:35:51 +07:00
parent f43e61c7bb
commit 4afae0fe56
8 changed files with 117 additions and 117 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-dotnet@v3
name: Setup dotnet
with:
dotnet-version: '7.0.100'
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore Torch.Server/Torch.Server.csproj --locked-mode