LibHac/Net/Net.csproj

18 lines
403 B
XML
Raw Normal View History

2018-07-28 20:33:34 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1;net45</TargetFrameworks>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
2018-07-31 21:14:18 +02:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
2018-07-28 20:33:34 +02:00
<ItemGroup>
<ProjectReference Include="..\libhac\libhac.csproj" />
</ItemGroup>
</Project>