This repository was archived by the owner on Aug 8, 2024. It is now read-only.
Tags: mono/msbuild
Tags
[mono] Linux build fixes (#128) * [mono] Fix casing for `DotNet*` to be consistent and match the file on .. disk. * [mono] Remove Microsoft.DotNet.MSBuildSdkResolver on linux for the .. bootstrap build. This is because it depends on a native lib, libhostfxr*, which is not present in the bootrap msbuild, which breaks the resolver and thus the build. Removing this should be fine, because msbuild then just falls back to the bundled SDKs. * [mono] Run the dotnet-install.sh script with `bash` instead of `sh` as .. it breaks for `set -o pipefail` on ubuntu 16.04 . * [mono] Skip copying the native lib, libhostfxr* for Linux .. because this might or might not work on whatever distribution we are actually building on. * [mono] Sort both canonical and new files list, as the order can differ .. between linux and macOS.
d15.1 Beta preview 2, corresponding to Mono 4.8.0.524
Merge pull request dotnet#1766 from rainersigwald/item-case-sensitivi… …ty-1751 Item references should be case-insensitive
PreviousNext