Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-27Updating CLI to 2.0.0 version (#23751)Jose Perez Rodriguez
* Updating CLI to 2.0.0 version * Fixing Tizen build by disabling warnings that for package downgrades due to missing RID specific packages for Tizen
2017-05-10Update CLI to latest that shipped in preview1Eric St. John
Update the CLI we're using to the version shipped in preview1. This required a minor update to buildtools to fix tool-runtime publishing. It also let me delete an exception in our package testing.
2017-04-11Move corefx onto the .NET Core 2.0 toolsetEric Mellino
2017-01-06Update CLI to 1.0.0-preview2-1-003182, BuildTools to 1.0.27-prerelease-01205-03Davis Goodin
2016-09-08Upgrade CLI, buildtools for RTM shared framework (#11387)Davis Goodin
* Upgrade CLI, buildtools for RTM shared framework. * Upgrade buildtools, add new platforms to init-tools (ubuntu 16.10, fedora 24, opensuse 42.1).
2016-05-13Update CLI to 1.0.0-preview2-002733Eric St. John
2016-05-04Update dotnet cli version.Lakshmi Priya Sekar
2016-04-22Upgrade dotnet CLI to 1.0.0-rc2-002468.Davis Goodin
2016-03-31Upgrade dotnet cli to 1.0.0-beta-002173.Davis Goodin
2016-03-31Upgrade dotnet cli to take win7 fix.Davis Goodin
2016-03-30Upgrade dotnet cli version.Davis Goodin
2016-03-14Upgrade dotnet CLI version.Davis Goodin
2016-02-23Add new dotnet CLI, buildtools, and fixes to make restore work.Davis Goodin
Include capitalization fixes for NETNative packages to avoid xplat nuget race condition.
2016-01-21Fix locked version of dotnet cli and upgrade BuildToolsJose Perez Rodriguez
2016-01-20Fix dotnet cli version number to a specific versionWes Haggard
While we would like to use 'Latest' as the version for dogfooding purposes, we have to keep our builds unblocked and there is currently a breaking change we have to react to. So to unblock we are fixing to a particular version we know works.