mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user