Skip to content

Commit e5715a4

Browse files
authored
Merge pull request #2 from DerekMelchin/bug-net9-in-build-yml
Fix net9 bug in build.yml
2 parents 6d71e40 + 1c838c8 commit e5715a4

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
@@ -51,4 +51,4 @@ jobs:
5151
# BuildTests
5252
dotnet build ./tests/Tests.csproj /p:Configuration=Release /v:quiet /p:WarningLevel=1 && \
5353
# Run Tests
54-
dotnet test ./tests/bin/Release/net9.0/Tests.dll
54+
dotnet test ./tests/bin/Release/net10.0/Tests.dll

0 commit comments

Comments
 (0)