We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d577b2e + ba7a184 commit a25e42eCopy full SHA for a25e42e
1 file changed
.github/workflows/dotnet-core.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v1
20
with:
21
- dotnet-version: '5.0.x'
+ dotnet-version: '7.0.x'
22
- name: Install dependencies
23
run: dotnet restore
24
- name: Build
0 commit comments