Updated usage example in README

This commit is contained in:
La'Kaleigh Harris 2021-11-09 05:29:16 +00:00 committed by GitHub
parent d6cc9fbe4c
commit aca1816f14

View File

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