Skip to content

Commit

Permalink
Merge pull request #38 from Archomeda/ci/dotnet-core-3-1-102
Browse files Browse the repository at this point in the history
Update .NET Core SDK to 3.1.102
  • Loading branch information
Archomeda authored Mar 13, 2020
2 parents 49db1e9 + c48ccd6 commit 6237185
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.101"
- "3.1.102"
os:
- ubuntu-latest
- windows-latest
Expand All @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
dotnet:
- "3.1.101"
- "3.1.102"
steps:
- uses: actions/checkout@v1
- uses: actions/download-artifact@v1
Expand Down Expand Up @@ -93,10 +93,10 @@ jobs:
fail-fast: false
matrix:
dotnet:
- "3.1.101"
- "3.1.102"
steps:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1.0.2 # Explicitly use v1.0.2 because of actions/setup-dotnet#29
- uses: actions/setup-dotnet@v1
name: Install .NET Core ${{ matrix.dotnet }}
with:
dotnet-version: ${{ matrix.dotnet }}
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.101"
- "3.1.102"
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit 6237185

Please sign in to comment.