Updated CI file to run .NET 9.
Some checks failed
ci / build-test (push) Failing after 15m20s

This commit is contained in:
2025-11-01 23:54:05 -04:00
parent 15473d1e39
commit 946993e7a6

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4 - uses: actions/setup-dotnet@v4
with: with:
dotnet-version: '8.0.x' dotnet-version: '9.0.x'
- uses: actions/cache@v4 - uses: actions/cache@v4
with: with:
path: ~/.nuget/packages path: ~/.nuget/packages