Skip to content

Commit ca2bf2e

Browse files
committed
Dotnet info
1 parent 751138b commit ca2bf2e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.x
20+
dotnet-version: 8.0.403
2121
- name: Download RavenDB Server
2222
shell: pwsh
2323
run: ./tools/download-ravendb-server.ps1

src/global.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.404",
4-
"rollForward": "latestFeature"
3+
"version": "8.0.403"
54
},
65
"msbuild-sdks": {
76
"Microsoft.Build.NoTargets": "3.7.56"

0 commit comments

Comments
 (0)