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 c368e4f commit 1dcb45eCopy full SHA for 1dcb45e
.github/workflows/PublishNugetPackage.yml
@@ -11,15 +11,11 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v2.3.4
15
- - name: Setup .NET Core 5 SDK
16
- uses: actions/setup-dotnet@v1.8.0
+ - uses: actions/checkout@v2
+ - name: Setup .NET Core SDK
+ uses: actions/setup-dotnet@v1
17
with:
18
- dotnet-version: 5.0.x
19
- - name: Setup .NET Core 3 SDK
20
- uses: actions/[email protected]
21
- with:
22
- dotnet-version: 3.1.x
+ dotnet-version: 6.0.x
23
- name: restore dependencies
24
run: dotnet restore
25
- name: build
0 commit comments