Skip to content

Commit

Permalink
Update .NET Core sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz committed Feb 28, 2021
1 parent c4e3aa7 commit 48acfec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
dotnet-version: '5.0.x'

- name: Build & test (Release)
run: dotnet test src -c Release
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
dotnet-version: '5.0.x'

- name: Build & test (Release)
run: dotnet test src -c Release
Expand Down

0 comments on commit 48acfec

Please sign in to comment.