We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc542fc commit 461481cCopy full SHA for 461481c
.github/workflows/build.yaml
@@ -9,8 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-24.04]
12
- dotnet: [8.0.303]
13
-
+ dotnet: [8.0.403]
14
runs-on: ${{ matrix.os }}
15
16
steps:
.github/workflows/test.yaml
@@ -10,7 +10,7 @@ jobs:
os: [windows-latest, ubuntu-24.04]
fail-fast: false
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.300",
+ "version": "8.0.400",
4
"rollForward": "minor"
5
}
6
0 commit comments