We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12a786c + 1de48b4 commit ba68519Copy full SHA for ba68519
1 file changed
.github/workflows/build.yml
@@ -16,7 +16,8 @@ jobs:
16
- name: Setup .NET Core
17
uses: actions/setup-dotnet@v1
18
with:
19
- dotnet-version: 3.1.101
+ dotnet-version: '6.0'
20
+ include-prerelease: true
21
- name: Install dependencies
22
run: dotnet restore
23
- name: Build
0 commit comments