2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

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

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

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks> <TargetFramework>net5.0</TargetFramework>
<AssemblyName>Raylib-cs.Native</AssemblyName> <AssemblyName>Raylib-cs.Native</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup> </PropertyGroup>