fishbait/ServerProject-DONT-IMPORT-INTO-UNITY/MultiCompiled/MultiCompiled.csproj
2021-04-07 00:49:57 -05:00

15 lines
311 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LRM\LRM.csproj" />
</ItemGroup>
</Project>