Skip to content

Commit c088ab4

Browse files
committed
update ci with net5.0 version
1 parent 2a7ac39 commit c088ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup .NET Core
1414
uses: actions/setup-dotnet@v1
1515
with:
16-
dotnet-version: 3.1.302
16+
dotnet-version: 5.0.100
1717
- name: Install dependencies
1818
run: dotnet restore
1919
- name: Install tools

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 3.1.302
15+
dotnet-version: 5.0.100
1616
- name: Install dependencies
1717
run: dotnet restore
1818
- name: Publish

0 commit comments

Comments
 (0)