Skip to content

Commit ef99fb4

Browse files
committed
Bump to latest dotnet 3.1.x
1 parent c331b44 commit ef99fb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: 3.1.404
21+
dotnet-version: 3.1.421
2222
- name: Build with dotnet
2323
run: dotnet build --configuration Release
2424
- name: Run unit tests

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: 3.1.404
21+
dotnet-version: 3.1.421
2222
- name: Build with dotnet
2323
run: dotnet build --configuration Release
2424
- name: Run unit tests

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: 3.1.404
21+
dotnet-version: 3.1.421
2222

2323
- name: Clean
2424
run: dotnet clean --configuration Release && dotnet nuget locals all --clear

0 commit comments

Comments
 (0)