Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Use correct nuget version normalized format #9525

Merged
merged 2 commits into from
Jun 21, 2018

Commits on Jun 21, 2018

  1. Use correct nuget version normalized format

    William Li committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    3fc2a1a View commit details
    Browse the repository at this point in the history
  2. Change test accordingly

    This matches nuget behavior
    if restore with  `<PackageReference Include="global.tool.console.demo" Version="1.0.*" />` there is no warning
    and if restore with `<PackageReference Include="global.tool.console.demo" Version="1.0.0" />` there is warning due to no exact 1.0.0 find
    William Li committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    cac452b View commit details
    Browse the repository at this point in the history