Skip to content

Commit 7d06cc5

Browse files
authored
Merge pull request #17 from 0phois/Anu6is-patch-1
Update build-test.yml to .NET9
2 parents 5cd59d1 + 7a93e21 commit 7d06cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v4
2424
with:
25-
dotnet-version: '8.0.x'
25+
dotnet-version: '9.0.x'
2626

2727
- name: Build
2828
run: dotnet build ./tests/StaticInput.UnitTests/StaticInput.UnitTests.csproj

0 commit comments

Comments
 (0)