Skip to content

Commit 8d4cbd7

Browse files
author
Christoph Bühler
committed
chore: upgrade .net in build
1 parent 50bad50 commit 8d4cbd7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/dotnet-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup .NET Core
1111
uses: actions/setup-dotnet@v1
1212
with:
13-
dotnet-version: 3.1.401
13+
dotnet-version: 5.0.100
1414
- name: Test
1515
run: ./build.sh --target test --no-logo
1616
semantic-release:
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup .NET Core
2424
uses: actions/setup-dotnet@v1
2525
with:
26-
dotnet-version: 3.1.401
26+
dotnet-version: 5.0.100
2727
- name: Semantic Release
2828
uses: cycjimmy/semantic-release-action@v2
2929
with:

.github/workflows/dotnet-test.yml

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

.github/workflows/github-pages.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.401
15+
dotnet-version: 5.0.100
1616
- name: Setup MS Build
1717
uses: microsoft/[email protected]
1818
- name: Install DocFX

.github/workflows/security-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup .NET Core
3636
uses: actions/setup-dotnet@v1
3737
with:
38-
dotnet-version: 3.1.401
38+
dotnet-version: 5.0.100
3939

4040
- name: Build
4141
run: ./build.sh --target compile --no-logo

0 commit comments

Comments
 (0)