Skip to content

Commit

Permalink
update ci with net5.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Nov 12, 2020
1 parent 2a7ac39 commit c088ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.302
dotnet-version: 5.0.100
- name: Install dependencies
run: dotnet restore
- name: Install tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.302
dotnet-version: 5.0.100
- name: Install dependencies
run: dotnet restore
- name: Publish
Expand Down

0 comments on commit c088ab4

Please sign in to comment.