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 91fcb18 commit 3e3c2dfCopy full SHA for 3e3c2df
.github/workflows/github-pages.yml
@@ -12,9 +12,6 @@ jobs:
12
13
- name: Setup .NET
14
uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # tag=v2
15
- with:
16
- dotnet-version: '7.0.x'
17
- include-prerelease: true
18
19
- name: Build
20
run: dotnet build --configuration Release
global.json
@@ -0,0 +1,5 @@
1
+{
2
+ "sdk": {
3
+ "version": "9.0.100"
4
+ }
5
+}
0 commit comments