Skip to content

Commit

Permalink
Bump xcopy-msbuild + enable server gc (#14237)
Browse files Browse the repository at this point in the history
* bump xcopy-msbuild

* Enable Server GC
  • Loading branch information
vzarytovskii authored Nov 4, 2022
1 parent 4fcf33f commit f498207
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions FSharp.Profiles.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
</Otherwise>
</Choose>

<PropertyGroup>
<!-- Override the setting for the Arcade UserRuntimeConfig for fsc on .NET Core -->
<ServerGarbageCollection>true</ServerGarbageCollection>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Microsoft.VisualStudio.Component.FSharp"
]
},
"xcopy-msbuild": "17.2.1"
"xcopy-msbuild": "17.3.1"
},
"native-tools": {
"perl": "5.32.1.1"
Expand Down

0 comments on commit f498207

Please sign in to comment.