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 e080147 commit a51ff6dCopy full SHA for a51ff6d
.github/workflows/dotnet.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/setup-dotnet@v1
18
with:
19
dotnet-version: 6.0.x
20
+ include-prerelease: true
21
- name: Restore dependencies
22
run: dotnet restore
23
- name: Build
0 commit comments