Skip to content

Commit e6275e8

Browse files
dsymevzarytovskiiteo-tsirpanisT-Grodsplaisted
authored
Activate Server mode for .NET Core compiler (#13740)
* Activate Server mode for .NET Core compiler * Update FSharp.Profiles.props Co-authored-by: Theodore Tsirpanis <[email protected]> * Update FSharp.Profiles.props Co-authored-by: Daniel Plaisted <[email protected]> * Delete runtimeconfig.template.json * Update fsc.targets Co-authored-by: Vlad Zarytovskii <[email protected]> Co-authored-by: Theodore Tsirpanis <[email protected]> Co-authored-by: Tomas Grosup <[email protected]> Co-authored-by: Daniel Plaisted <[email protected]>
1 parent 6a90816 commit e6275e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

FSharp.Profiles.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@
1414
</Otherwise>
1515
</Choose>
1616

17+
<PropertyGroup>
18+
<!-- Override the setting for the Arcade UserRuntimeConfig for fsc on .NET Core -->
19+
<ServerGarbageCollection>true</ServerGarbageCollection>
20+
</PropertyGroup>
1721
</Project>

0 commit comments

Comments
 (0)