Browse Source

Use .NET10 for build and not .net9

pull/3014/head
Stefan Nikolei 3 months ago
parent
commit
a4765d1ff9
  1. 4
      .github/workflows/build-and-test.yml

4
.github/workflows/build-and-test.yml

@ -76,8 +76,8 @@ jobs:
runtime: -x64
codecov: false
- os: macos-26
framework: net9.0
sdk: 9.0.x
framework: net10.0
sdk: 10.0.x
sdk-preview: true
runtime: -x64
codecov: false

Loading…
Cancel
Save