Fixing test .net version

This commit is contained in:
2022-08-21 21:22:46 -04:00
parent 1cf05da8d8
commit 91afb08ba2
+1 -1
View File
@@ -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