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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-25[NuGet] Fix buildMatt Ward
Fixed assembly conflict errors on building for System.Net.Http and System.IO.Compression. NuGet 5 is using these assemblies from .NET Framework 4.7.2 so we need to exclude the assets from the equivalent NuGet packages since the NuGet package versions are too old. Fixed the test build errors. Some tests are still failing since the package extraction context has not been implemented.
2018-12-12[NuGet] Downgrade to NuGet 4.8.0Matt Ward
Downgrade to NuGet 4.8.0.5385 Fixes VSTS #749807 - Fallback folders not used with ASP.NET Core project
2018-12-10[NuGet] Update to NuGet 4.9.0Matt Ward
Update NuGet to version 4.9.0.5658 Fixes VSTS #743959 - Bump VSMac to NuGet 4.8 or later
2018-10-09[NuGet] Update to NuGet 4.7Matt Ward
Switched to using the NuGet libraries from nuget.org instead of using those from mono/nuget-binary. Currently the git submodule remains for nuget-binary since other parts rely on the nuget.exe that is included in that repository. Fixes VSTS #672853 - Update to Support NuGet 4.7
2017-07-05[NuGet] Add extra information to project.assets.jsonMatt Ward
The generated project.assets.json file now includes the following if they exist: fallbackFolders configFilePaths sources warningProperties The above are added by .NET Core 2.0 into the project.assets.json file when dotnet restore is run. So now the NuGet addin does the same.
2017-07-05[NuGet] Update to NuGet 4.3.0.4199Matt Ward
2016-05-31[NuGet] Remove more obsolete code.Matt Ward
Removed the AvailablePackagesViewModel and associated classes that are no longer used.
2016-05-31[NuGet] Add unit tests for all packages view model.Matt Ward
This is a migration of existing tests for the old available packages view model which has been replaced by the new AllPackagesAvailableViewModel.