Skip to content

Commit

Permalink
add preview flag
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAbt committed Apr 27, 2024
1 parent 6adcfd9 commit e3f466f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
global-json-file: ./global.json
dotnet-quality: 'preview'

- name: Versioning
uses: dotnet/nbgv@master
Expand Down
3 changes: 1 addition & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"sdk": {
"version": "9.0.100-preview.3",
"allowPrerelease": true
"version": "9.0.100-preview.3"
}
}

0 comments on commit e3f466f

Please sign in to comment.