We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e7bb8 commit a79b4a2Copy full SHA for a79b4a2
1 file changed
.github/workflows/aspnetcore.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: '5.0.x'
+ dotnet-version: '6.0.x'
16
- name: Install dependencies
17
run: dotnet restore
18
- name: Build
0 commit comments