Skip to content

Commit c7d0637

Browse files
committed
Fix CI
1 parent 57d79b5 commit c7d0637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.0.100
18+
dotnet-version: 3.1.100-preview1-014459
1919
- name: Build
2020
run: dotnet build --configuration Release

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.0.100
18+
dotnet-version: 3.1.100-preview1-014459
1919
- name: Build
2020
run: dotnet build --configuration Release
2121
- name: Pack

0 commit comments

Comments
 (0)