diff options
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj b/csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj index a255cd1b645..c224fc588fa 100644 --- a/csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj +++ b/csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj @@ -3,6 +3,7 @@ <Import Project="../../../../../msbuild/ice.common.props" /> <PropertyGroup> <OutputType>Exe</OutputType> + <UseAppHost>true</UseAppHost> <AssemblyName>iceboxnet</AssemblyName> <Version>$(IceVersion)</Version> <OutputPath>../../../../../bin</OutputPath> |