Skip to content

Commit ecf4e89

Browse files
committed
Move global.json to root
1 parent b851bf4 commit ecf4e89

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/workflows/build-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/[email protected]
1919
with:
2020
dotnet-version: 8.0.x
21+
- name: dotnet info
22+
run: dotnet --info
2123
- name: Download RavenDB Server
2224
shell: pwsh
2325
run: ./tools/download-ravendb-server.ps1

global.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"sdk": {
3+
"version": "8.0.400",
4+
"rollForward": "latestFeature"
5+
},
6+
"msbuild-sdks": {
7+
"Microsoft.Build.NoTargets": "3.7.56"
8+
}
9+
}

src/global.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)