Updated README and workflow.yml

This commit is contained in:
La'Kaleigh Harris 2021-10-27 19:24:04 +00:00 committed by GitHub
parent 17a9e32c71
commit ea47937c21
2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ jobs:
- name: Setup dotnet 2.2.402 and 3.1.404
uses: ./
with:
dotnet-version: |
dotnet-versions: |
2.2.402
3.1.404
- name: Verify dotnet

View File

@ -36,9 +36,9 @@ steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.20
2.2.207
dotnet-versions: |
3.1.201
2.2.207
- run: dotnet build <my project>
```
Preview version: