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 a810791 commit e2b7638Copy full SHA for e2b7638
.github/workflows/ci.yml
@@ -41,7 +41,6 @@ jobs:
41
uses: actions/[email protected]
42
with:
43
global-json-file: global.json
44
- dotnet-version: 8.0.x
45
- name: Download RavenDB Server
46
run: ./tools/download-ravendb-server.ps1
47
- name: Build
global.json
@@ -1,6 +1,7 @@
1
{
2
"sdk": {
3
- "version": "9.0.100",
+ "version": "10.0.0",
4
+ "allowPrerelease": false,
5
"rollForward": "latestFeature"
6
},
7
"msbuild-sdks": {
0 commit comments