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 a645ec9 commit a879385Copy full SHA for a879385
.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.404
+ dotnet-version: 8.0.x
21
- name: dotnet info
22
run: dotnet --info
23
- name: Download RavenDB Server
src/global.json
@@ -1,6 +1,7 @@
1
{
2
"sdk": {
3
- "version": "8.0.404"
+ "version": "8.0.404",
4
+ "rollForward": "latestFeature"
5
},
6
"msbuild-sdks": {
7
"Microsoft.Build.NoTargets": "3.7.56"
0 commit comments