Use Cysharp/Actions/setup-dotnet default version

## tl;dr;

It support both .NET 6,7 and 8. No need specify version.
This commit is contained in:
Ikiru Yoshizaki
2023-11-15 11:55:27 +09:00
committed by GitHub
parent 5cc97c7f00
commit cfbff008c4

View File

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