update workflow and csproj files

This commit is contained in:
Jeremy Pritts
2022-03-31 04:04:56 -04:00
parent 7f6c877fdc
commit ed3c11f44c
3 changed files with 3 additions and 3 deletions

View File

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