mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-07 02:51:43 -04:00
Update to only target one framework for Raylib-cs.Native
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<AssemblyName>Raylib-cs.Native</AssemblyName>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
</PropertyGroup>
|
||||
|
Reference in New Issue
Block a user