summaryrefslogtreecommitdiff
path: root/csharp/src
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2020-03-09 17:50:46 +0100
committerBenoit Foucher <benoit@zeroc.com>2020-03-09 17:50:46 +0100
commitb874e9237e790aa95c4f159da1f6e9ddc4438776 (patch)
treefc4394a1c219b0799645e75daafbee661fae9692 /csharp/src
parentFixed C# mappping to use .NET Core 3.1 (diff)
downloadice-b874e9237e790aa95c4f159da1f6e9ddc4438776.tar.bz2
ice-b874e9237e790aa95c4f159da1f6e9ddc4438776.tar.xz
ice-b874e9237e790aa95c4f159da1f6e9ddc4438776.zip
Fixed C# exe projects to set <UseAppHost>true</UseAppHost> which is now disabled by default on macOS/Catalina
Diffstat (limited to 'csharp/src')
-rw-r--r--csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj1
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>