Use Cysharp/Actions/setup-dotnet default version

## tl;dr;

It support both .NET 6,7 and 8. No need specify version.
pull/519/head
Ikiru Yoshizaki 2023-11-15 11:55:27 +09:00 committed by GitHub
parent 5cc97c7f00
commit cfbff008c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main - uses: Cysharp/Actions/.github/actions/setup-dotnet@main
with:
dotnet-version: |
6.0.x
7.0.x
- run: dotnet build -c Debug - run: dotnet build -c Debug
- run: dotnet test -c Debug - run: dotnet test -c Debug