Remove Mono runtime vcruntime140.dll release build dependency. (#19270)
commitdb7c5aa72e0082a251c4ef9bb4c8f27809b4b1a7
authormonojenkins <jo.shields+jenkins@xamarin.com>
Tue, 24 Mar 2020 07:24:01 +0000 (24 03:24 -0400)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2020 07:24:01 +0000 (24 08:24 +0100)
tree69acbec3f500340c70091d858404c9c893b10bce
parent7d33bd36f1bc1ea195d16b16e272b69763e84d34
Remove Mono runtime vcruntime140.dll release build dependency. (#19270)

CoreCLR static link vcruntime140.dll, but dynamic link rest of C-runtime using ucrt.lib in release build. Commit align Mono runtime to follow same pattern, removing dependency on vcruntime140.dll.

Co-authored-by: lateralusX <lateralusX@users.noreply.github.com>
msvc/mono.props