We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8372650 commit ff93a8fCopy full SHA for ff93a8f
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install .NET Core
19
uses: actions/setup-dotnet@v1
20
with:
21
- dotnet-version: '6.0'
+ dotnet-version: '7.0'
22
include-prerelease: True
23
24
- name: Build
0 commit comments