Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Tags: mono/msbuild

Tags

v16.9.0

Toggle v16.9.0's commit message
Add binding redirects for System.Reflection.Metadata

This is necessary to ensure we use the same SRM as Roslyn

0.08

Toggle 0.08's commit message
[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.

0.07

Toggle 0.07's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #110 from radical/update-master

[mono] Update SDKs to track cli branch `release/2.1.8xx`

0.06

Toggle 0.06's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #53 from radical/update-script

[mono] Add support for fetching libhostfxr* when updating SDKs

v0.05

Toggle v0.05's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #49 from radical/xm-upstream-master-merge

Merge upstream master, in preparation for port to the new build system

v0.04

Toggle v0.04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #49 from radical/xm-upstream-master-merge

Merge upstream master, in preparation for port to the new build system

d15.2

Toggle d15.2's commit message
[mono] safer cleanup

Since we are very close to a release, let's clean up the bigger files.
And later we can cleanup fully.

d15.2-beta-1

Toggle d15.2-beta-1's commit message
Merge branch 'xplat-master' into xplat-2017-02

d15.1-beta-preview2

Toggle d15.1-beta-preview2's commit message
d15.1 Beta preview 2, corresponding to Mono 4.8.0.524

v15.1.1012.6693

Toggle v15.1.1012.6693's commit message
Merge pull request dotnet#1766 from rainersigwald/item-case-sensitivi…

…ty-1751

Item references should be case-insensitive