mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
20 lines
504 B
XML
20 lines
504 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|||
|
|
|||
|
<IsPackable>false</IsPackable>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
|
|||
|
<PackageReference Include="xunit" Version="2.3.1" />
|
|||
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\LibHac\LibHac.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|