Use Net5, NetCoreApp3.1, NetStandard2.1, NetStandard2.0 only

This commit is contained in:
Adam Hathcock
2021-01-09 10:34:49 +00:00
parent 5879999094
commit 147be6e6e1
13 changed files with 32 additions and 49 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.403
dotnet-version: 5.0.101
- run: dotnet run -p build/build.csproj
- uses: actions/upload-artifact@v2
with: