Skip to content

Commit

Permalink
Merge pull request #32 from Archomeda/update-sdk
Browse files Browse the repository at this point in the history
Update .NET Core SDK to 3.1.101
  • Loading branch information
Archomeda authored Jan 25, 2020
2 parents 79a7107 + 17bb700 commit 91a270b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
dotnet:
- "3.1.100"
- "3.1.101"
os:
- ubuntu-latest
- windows-latest
Expand All @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
dotnet:
- "3.1.100"
- "3.1.101"
steps:
- uses: actions/checkout@v1
- uses: actions/download-artifact@v1
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
fail-fast: false
matrix:
dotnet:
- "3.1.100"
- "3.1.101"
steps:
- uses: actions/checkout@v1
- uses: actions/[email protected] # Explicitly use v1.0.2 because of actions/setup-dotnet#29
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
dotnet:
- "3.1.100"
- "3.1.101"
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit 91a270b

Please sign in to comment.