Skip to content

Commit

Permalink
Bump to latest dotnet 3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
decriptor committed Jul 29, 2022
1 parent c331b44 commit ef99fb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.404
dotnet-version: 3.1.421
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.404
dotnet-version: 3.1.421
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.404
dotnet-version: 3.1.421

- name: Clean
run: dotnet clean --configuration Release && dotnet nuget locals all --clear
Expand Down

0 comments on commit ef99fb4

Please # to comment.