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

Update to only target one framework for Raylib-cs.Native

This commit is contained in:
Rgebee 2023-08-23 15:53:22 +01:00
commit 86c62c7f5e

View file

@ -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>