This commit is contained in:
sardelka9515
2022-11-19 12:05:21 +08:00
parent 478305112f
commit 279492e0bd
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
dotnet-version: ['6.0.x']
dotnet-version: ['7.0.x']
steps:
- uses: actions/checkout@v3

View File

@ -10,7 +10,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
dotnet-version: ['6.0.x']
dotnet-version: ['7.0.x']
steps:
- uses: actions/checkout@v3