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 751138b commit ca2bf2eCopy full SHA for ca2bf2e
.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.x
+ dotnet-version: 8.0.403
21
- name: Download RavenDB Server
22
shell: pwsh
23
run: ./tools/download-ravendb-server.ps1
src/global.json
@@ -1,7 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.404",
4
- "rollForward": "latestFeature"
+ "version": "8.0.403"
5
},
6
"msbuild-sdks": {
7
"Microsoft.Build.NoTargets": "3.7.56"
0 commit comments