Skip to content

Commit

Permalink
Update .NET Core SDK on build server.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillig committed Apr 12, 2021
1 parent 641048e commit eaf54d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Publish to Nuget.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to Nuget
name: Publish to NuGet

on:
push:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.403
dotnet-version: 5.0.202

- name: Build and publish
run: |
Expand Down

0 comments on commit eaf54d0

Please sign in to comment.