14 lines
450 B
XML
14 lines
450 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Il2CppInspector\Il2CppInspector.csproj" />
|
|
<PackageReference Include="Microsoft.NETCore.Runtime.CoreCLR" Version="2.0.0" />
|
|
<PackageReference Include="Microsoft.NETCore.DotNetHostPolicy" Version="2.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project> |