Skip to content

Commit

Permalink
Support VS Mac 8.10
Browse files Browse the repository at this point in the history
VS Mac 8.10 preview 2 now uses NuGet 5.9
  • Loading branch information
mrward committed Apr 25, 2021
1 parent 0e071f3 commit 126fc8c
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 7 deletions.
Binary file modified lib/MonoDevelop.Core.dll
Binary file not shown.
Binary file modified lib/MonoDevelop.DotNetCore.dll
Binary file not shown.
Binary file modified lib/MonoDevelop.Ide.dll
Binary file not shown.
Binary file modified lib/MonoDevelop.PackageManagement.dll
Binary file not shown.
Binary file modified lib/NuGet.Common.dll
Binary file not shown.
Binary file modified lib/NuGet.Configuration.dll
Binary file not shown.
Binary file modified lib/NuGet.Frameworks.dll
Binary file not shown.
Binary file modified lib/NuGet.PackageManagement.dll
Binary file not shown.
Binary file modified lib/NuGet.Packaging.dll
Binary file not shown.
Binary file modified lib/NuGet.ProjectModel.dll
Binary file not shown.
Binary file modified lib/NuGet.Protocol.dll
Binary file not shown.
Binary file modified lib/NuGet.Resolver.dll
Binary file not shown.
Binary file modified lib/NuGet.Versioning.dll
Binary file not shown.
Binary file modified lib/Xwt.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
</Runtime>

<Dependencies>
<Addin id="Core" version="8.8"/>
<Addin id="Ide" version="8.8"/>
<Addin id="PackageManagement" version="8.8"/>
<Addin id="DotNetCore" version="8.8" />
<Addin id="Core" version="8.10"/>
<Addin id="Ide" version="8.10"/>
<Addin id="PackageManagement" version="8.10"/>
<Addin id="DotNetCore" version="8.10" />
</Dependencies>

<Extension path="/MonoDevelop/Ide/SearchCategories">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ public async Task<IEnumerable<PackageItem>> EnumeratePackagesAsync (

var projects = (await solutionManager.GetNuGetProjectsAsync ()).ToList ();

// Skip project K projects.
projects.RemoveAll (p => p is ProjectKNuGetProjectBase);

// Sort projects by type
var projectLookup = projects.ToLookup (p => p is BuildIntegratedNuGetProject);

Expand Down

0 comments on commit 126fc8c

Please sign in to comment.