There was an error while loading. Please reload this page.
1 parent fc66a25 commit 42d5bbeCopy full SHA for 42d5bbe
1 file changed
.github/workflows/update-dependencies.yml
@@ -16,10 +16,12 @@ jobs:
16
steps:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
19
- - name: Setup .NET 10
+ - name: Setup .NET 9 and 10
20
uses: actions/setup-dotnet@b2ace4b12f4cec1b96b6361ff2694ba9e931ceb4 # v3.3.1
21
with:
22
- dotnet-version: "10.0.x"
+ dotnet-version: |
23
+ 9.0.x
24
+ 10.0.x
25
26
- name: Restore solution
27
run: ./build.sh -restore
0 commit comments