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 - name: Setup dotnet 2.2.402 and 3.1.404
uses: ./ uses: ./
with: with:
dotnet-version: | dotnet-versions: |
2.2.402 2.2.402
3.1.404 3.1.404
- name: Verify dotnet - name: Verify dotnet

View File

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