Bump dotnet version to 6.0/7.0

This commit is contained in:
hadashiA
2023-09-07 18:12:47 +09:00
parent 548d56e654
commit 07211f1fc3
4 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,8 @@ jobs:
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
with:
dotnet-version: |
3.1.x
6.0.x
7.0.x
- run: dotnet build -c Debug
- run: dotnet test -c Debug