Skip to content

Commit 4190ec7

Browse files
author
Christoph Bühler
committed
chore: update .net core version
1 parent 6747dee commit 4190ec7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dotnet-release.yml

Lines changed: 2 additions & 2 deletions
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.101
16+
dotnet-version: 3.1.401
1717
- name: Test
1818
run: ./build.sh --target test --no-logo
1919
semantic-release:
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup .NET Core
2727
uses: actions/setup-dotnet@v1
2828
with:
29-
dotnet-version: 3.1.101
29+
dotnet-version: 3.1.401
3030
- name: Semantic Release
3131
uses: cycjimmy/semantic-release-action@v2
3232
with:

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v1
1919
with:
20-
dotnet-version: 3.1.101
20+
dotnet-version: 3.1.401
2121
- name: Test
2222
run: ./build.sh --target test --no-logo

0 commit comments

Comments
 (0)