Skip to content

Commit 7dec1bd

Browse files
authored
Upgrade .NET version in GitHub Actions workflow
1 parent 2373a3e commit 7dec1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
env:
15-
dotnet-version: "9.0"
15+
dotnet-version: "10.0"
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
3232

3333
strategy:
3434
matrix:
35-
dotnet-version: ["8.0", "9.0"]
35+
dotnet-version: ["8.0", "9.0", "10.0"]
3636

3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)