We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cd59d1 + 7a93e21 commit 7d06cc5Copy full SHA for 7d06cc5
1 file changed
.github/workflows/build-test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup .NET
23
uses: actions/setup-dotnet@v4
24
with:
25
- dotnet-version: '8.0.x'
+ dotnet-version: '9.0.x'
26
27
- name: Build
28
run: dotnet build ./tests/StaticInput.UnitTests/StaticInput.UnitTests.csproj
0 commit comments