Configure for deployment

This commit is contained in:
Katy Coe
2017-03-17 13:40:40 +01:00
parent 9ced0b6c56
commit 73acb6bddb
2 changed files with 4 additions and 2 deletions

View File

@@ -2,11 +2,13 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
<TargetFramework>netstandard1.6</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Il2CppInspector\Il2CppInspector.csproj" />
<PackageReference Include="Microsoft.NETCore.Runtime.CoreCLR" Version="1.0.2" />
<PackageReference Include="Microsoft.NETCore.DotNetHostPolicy" Version="1.0.1" />
</ItemGroup>
</Project>