@ -43,7 +43,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.8
dotnet-version: 6.0.*
- run: dotnet restore
- run: dotnet build --no-restore
- run: dotnet test --no-build --verbosity normal