Skip to content

Commit a879385

Browse files
committed
Reintroduce rollForward
1 parent a645ec9 commit a879385

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.404
20+
dotnet-version: 8.0.x
2121
- name: dotnet info
2222
run: dotnet --info
2323
- name: Download RavenDB Server

src/global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"sdk": {
3-
"version": "8.0.404"
3+
"version": "8.0.404",
4+
"rollForward": "latestFeature"
45
},
56
"msbuild-sdks": {
67
"Microsoft.Build.NoTargets": "3.7.56"

0 commit comments

Comments
 (0)