Skip to content

Commit a645ec9

Browse files
committed
8.0.404
1 parent f540143 commit a645ec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET SDK
1818
uses: actions/[email protected]
1919
with:
20-
dotnet-version: 8.0.403
20+
dotnet-version: 8.0.404
2121
- name: dotnet info
2222
run: dotnet --info
2323
- name: Download RavenDB Server

src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.403"
3+
"version": "8.0.404"
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.NoTargets": "3.7.56"

0 commit comments

Comments
 (0)