Watch
2
0
Fork
You've already forked raylib-cs
0

Multi-target net5.0

This commit is contained in:
Rgebee 2021-12-17 12:48:56 +00:00
commit 3e8e4a6319
7 changed files with 214 additions and 194 deletions

View file

@ -20,9 +20,9 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Build project
run: dotnet build -c Release
run: dotnet build -c Release -f net6.0
- name: Test project
run: dotnet test
run: dotnet test -c Release -f net6.0
publish:
name: Build Release Package
runs-on: ubuntu-latest