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 f540143 commit a645ec9Copy full SHA for a645ec9
.github/workflows/build-windows.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup .NET SDK
18
uses: actions/[email protected]
19
with:
20
- dotnet-version: 8.0.403
+ dotnet-version: 8.0.404
21
- name: dotnet info
22
run: dotnet --info
23
- name: Download RavenDB Server
src/global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.403"
+ "version": "8.0.404"
4
},
5
"msbuild-sdks": {
6
"Microsoft.Build.NoTargets": "3.7.56"
0 commit comments