Configure for deployment
This commit is contained in:
Submodule Bin2Object updated: 8cb9cc95df...aa9b6cfd30
@@ -2,11 +2,13 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>netcoreapp1.1</TargetFramework>
|
<TargetFramework>netstandard1.6</TargetFramework>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Il2CppInspector\Il2CppInspector.csproj" />
|
<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>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user