Update to net5.0 using a fix for net5.0 support in dotnetcore.yml
- Update actions/checkout to v2. - setup-dotnet requires specific version or a wildcard so I changed it to 5.0.x so it targets any 5.0 version. - Updated Raylib-cs.Tests to target net5.0 as we can now use it properly.
This commit is contained in:
parent
d0587eeb24
commit
daa7f7241d
2 changed files with 4 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
|
||||
<TargetFrameworks>net5.0</TargetFrameworks>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
<Configurations>Debug;Release</Configurations>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue