Skip to content

Commit e2b7638

Browse files
Build infra (parts)
1 parent a810791 commit e2b7638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
uses: actions/[email protected]
4242
with:
4343
global-json-file: global.json
44-
dotnet-version: 8.0.x
4544
- name: Download RavenDB Server
4645
run: ./tools/download-ravendb-server.ps1
4746
- name: Build

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": "9.0.100",
3+
"version": "10.0.0",
4+
"allowPrerelease": false,
45
"rollForward": "latestFeature"
56
},
67
"msbuild-sdks": {

0 commit comments

Comments
 (0)