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 79c0a32 commit bab1020Copy full SHA for bab1020
.github/workflows/dotnetcore.yml
@@ -12,6 +12,6 @@ jobs:
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v2
14
with:
15
- dotnet-version: '6.0.x'
+ dotnet-version: '7.0.x'
16
- name: Build with dotnet
17
run: dotnet build --configuration Release
0 commit comments