Skip to content

Commit

Permalink
Merge branch 'gitfool-gh2850' into develop
Browse files Browse the repository at this point in the history
* gitfool-gh2850:
  Bump .NET Core SDK to 3.1.402
  • Loading branch information
devlead committed Sep 9, 2020
2 parents 22ae30e + abe13a5 commit 51602fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Fetch all history for all tags and branches
run: git fetch --prune --unshallow

- name: Install .NET Core SDK 3.1.301
- name: Install .NET Core SDK 3.1.402
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.301'
dotnet-version: '3.1.402'

- name: Run Cake script
uses: ecampidoglio/cake-action@v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mono:
- 5.12.0
- 5.20.1

dotnet: 3.1.301
dotnet: 3.1.402

before_install:
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
Expand Down
2 changes: 1 addition & 1 deletion build.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
CAKE_VERSION=0.38.4
DOTNET_VERSION=3.1.301
DOTNET_VERSION=3.1.402
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"src"
],
"sdk": {
"version": "3.1.301"
"version": "3.1.402"
}
}

0 comments on commit 51602fc

Please sign in to comment.