2DEngine/RaylibTest/RaylibTest.csproj
Elias Stepanik 526c9a3973 Stuff
2022-07-19 23:37:54 +02:00

15 lines
358 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Raylib-cs" Version="4.0.0.1" />
</ItemGroup>
</Project>