mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-06-16 18:34:09 +02:00
15 lines
337 B
XML
15 lines
337 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="Newtonsoft.Json" Version="13.0.3" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|