Skip to content

Upgrade build to target net 5.0 and dotnet core 3.1 #187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 15, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Slight Change
  • Loading branch information
BenjaminMichaelis committed Jun 13, 2021
commit 85e1bce7f7f71feb602ebcd4a3983200eb5f6ab4
3 changes: 1 addition & 2 deletions .github/workflows/Branch v9.0 - Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
strategy:
matrix:
dotnet-version: [ '3.1.x', '5.0.x' ]
name: Dotnet ${{ matrix.dotnet }}
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
- name: Setup dotnet SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/Branch v9.0 - Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
strategy:
matrix:
dotnet-version: ['3.1.x', '5.0.x' ]
name: Dotnet ${{ matrix.dotnet }}
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
- name: Setup dotnet SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet }}
Expand Down