Skip to content

Commit 3e3c2df

Browse files
committed
Install .NET 9 SDK
1 parent 91fcb18 commit 3e3c2df

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/github-pages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212

1313
- name: Setup .NET
1414
uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # tag=v2
15-
with:
16-
dotnet-version: '7.0.x'
17-
include-prerelease: true
1815

1916
- name: Build
2017
run: dotnet build --configuration Release

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "9.0.100"
4+
}
5+
}

0 commit comments

Comments
 (0)