Skip to content

Commit 40b3b74

Browse files
committed
.NET version
1 parent c77ce05 commit 40b3b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
buildPlatform: Any CPU
88
buildConfiguration: Release
99
version: 5.1.10
10-
dotnetSDKVersion: 7.0.0-rc.2
10+
dotnetSDKVersion: 7.x
1111
nodeVersion: 16
1212

1313
jobs:
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-dotnet@v3
3535
with:
3636
dotnet-version: ${{ env.dotnetSDKVersion }}
37-
include-prerelease: true
37+
dotnet-quality: 'preview'
3838

3939
- name: 'Show dotnet info'
4040
run: dotnet --info

0 commit comments

Comments
 (0)