Skip to content

Commit 57869bb

Browse files
authored
Update build.yml
test on .NET6
1 parent 9b6ddca commit 57869bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
run: dotnet build ./tests/Tests.csproj /p:Configuration=Release /v:quiet /p:WarningLevel=1
2222

2323
- name: Run Tests
24-
run: dotnet test ./tests/bin/Release/net5.0/Tests.dll
24+
run: dotnet test ./tests/bin/Release/net6.0/Tests.dll

0 commit comments

Comments
 (0)