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 abc17c0 commit 861c217Copy full SHA for 861c217
.github/workflows/dotnet-core.yml
@@ -40,14 +40,10 @@ jobs:
40
runs-on: ubuntu-latest
41
steps:
42
- uses: actions/checkout@v2
43
- - name: Setup .NET Core 3.1
44
- uses: actions/setup-dotnet@v1
45
- with:
46
- dotnet-version: '3.1.x'
47
- - name: Setup .NET Core 6.0
+ - name: Setup .NET Core 7.0
48
uses: actions/setup-dotnet@v1
49
with:
50
- dotnet-version: '6.0.x'
+ dotnet-version: '7.0.x'
51
- name: Pack NuGet
52
uses: brandedoutcast/publish-nuget@v2.5.5
53
0 commit comments