Skip to content

Commit

Permalink
Merge pull request #177 from GGG-KILLER/patch-1
Browse files Browse the repository at this point in the history
Remove unsupported versions of .NET from README
  • Loading branch information
Maxim Lobanov authored and GitHub committed Apr 8, 2021
2 parents 13ccc11 + 3707a44 commit 5a201f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [ '2.2.103', '3.0', '3.1.x' ]
dotnet: [ '2.1.x', '3.1.x', '5.0.x' ]
name: Dotnet ${{ matrix.dotnet }} sample
steps:
- uses: actions/checkout@v2
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.2.103'
dotnet-version: '2.1.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
Expand Down Expand Up @@ -113,7 +113,7 @@ build:
- uses: actions/checkout@main
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100' # SDK Version to use.
dotnet-version: '3.1.x' # SDK Version to use.
```
# License
Expand Down

0 comments on commit 5a201f5

Please sign in to comment.