Skip to content

Commit ab57493

Browse files
committed
tryfix workflow
1 parent dcf7f2c commit ab57493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/PublishNugetPackage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Setup .NET Core SDK
16-
uses: actions/setup-dotnet@v1
16+
uses: actions/setup-dotnet@v3
1717
with:
18-
dotnet-version: 6.0.x
18+
dotnet-version: '7.0.x'
1919
- name: restore dependencies
2020
run: dotnet restore
2121
- name: build

0 commit comments

Comments
 (0)