From ca433f52a66cbd4dfe73b24a470232548ad8e3be Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 10 Mar 2020 14:33:07 +0100 Subject: Fixed C# projects to set UseAppHost only with netcoreapp3.1 --- csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'csharp/src') diff --git a/csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj b/csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj index c224fc588fa..fe8429ebd78 100644 --- a/csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj +++ b/csharp/src/IceBox/msbuild/icebox/netstandard2.0/icebox.csproj @@ -3,12 +3,14 @@ Exe - true iceboxnet $(IceVersion) ../../../../../bin $(AppTargetFramework) + + true + -- cgit v1.2.3