Skip to content

Commit 861c217

Browse files
authored
Fix
1 parent abc17c0 commit 861c217

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,10 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- 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
43+
- name: Setup .NET Core 7.0
4844
uses: actions/setup-dotnet@v1
4945
with:
50-
dotnet-version: '6.0.x'
46+
dotnet-version: '7.0.x'
5147
- name: Pack NuGet
5248
uses: brandedoutcast/publish-nuget@v2.5.5
5349
with:

0 commit comments

Comments
 (0)