forked from mirror/DotRecast
17 lines
354 B
XML
17 lines
354 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.5" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DotRecast.Detour\DotRecast.Detour.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|