From e6275e8054197ac24202b39230238fdc113aa17c Mon Sep 17 00:00:00 2001 From: Don Syme Date: Wed, 2 Nov 2022 23:02:59 +0000 Subject: [PATCH] Activate Server mode for .NET Core compiler (#13740) * Activate Server mode for .NET Core compiler * Update FSharp.Profiles.props Co-authored-by: Theodore Tsirpanis * Update FSharp.Profiles.props Co-authored-by: Daniel Plaisted * Delete runtimeconfig.template.json * Update fsc.targets Co-authored-by: Vlad Zarytovskii Co-authored-by: Theodore Tsirpanis Co-authored-by: Tomas Grosup Co-authored-by: Daniel Plaisted --- FSharp.Profiles.props | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FSharp.Profiles.props b/FSharp.Profiles.props index 4222cace4..66e46a32b 100644 --- a/FSharp.Profiles.props +++ b/FSharp.Profiles.props @@ -14,4 +14,8 @@ + + + true + -- GitLab