We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefac40 commit 096c0b1Copy full SHA for 096c0b1
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ env:
7
buildPlatform: Any CPU
8
buildConfiguration: Release
9
version: 5.4.17
10
- dotnetSDKVersion: 9.0.305
+ dotnetSDKVersion: 9.0.306
11
nodeVersion: 22
12
13
jobs:
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "9.0.305",
+ "version": "9.0.306",
4
"rollForward": "latestMajor"
5
}
6
0 commit comments