forked from mirror/DotRecast
csproj typo
This commit is contained in:
parent
da8bac596a
commit
167990fc2c
|
@ -5,12 +5,12 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\DotRecast.Recast\DotRecast.Recast.csproj" />
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
|
||||||
<ProjectReference Include="..\DotRecast.Detour\DotRecast.Detour.csproj" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
<ProjectReference Include="..\DotRecast.Recast\DotRecast.Recast.csproj"/>
|
||||||
|
<ProjectReference Include="..\DotRecast.Detour\DotRecast.Detour.csproj"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.1</TargetFramework>
|
<TargetFramework>netstandard2.1</TargetFramework>
|
||||||
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\DotRecast.Detour\DotRecast.Detour.csproj" />
|
<ProjectReference Include="..\DotRecast.Recast\DotRecast.Recast.csproj"/>
|
||||||
|
<ProjectReference Include="..\DotRecast.Detour\DotRecast.Detour.csproj"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue