Skip to content

Proper Support for Wildcard Packages #25

@dansiegel

Description

@dansiegel

I have a project that makes heavy use of wildcards for Package Management. I'm not sure how much of this is a problem of the Management Extension and how much is VSMac.

<!-- In Project A -->
<PackageRefrence Include="Xamarin.Forms" Version="2.*" />

<!-- In Project B -->
<PackageReference Include="Xamarin.Forms" Version="2.5.*" />

The result is that both projects show Xamarin.Forms (2.5.0.121934) in the NuGet References tree.
The Package Manager shows
Xamarin.Forms 2.0.0.6482 is installed in Project A
Xamarin.Forms 2.5.0.77107 is installed in Project B

The generated project.assets.json shows it's using 2.5.0.121934

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions