Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable PCM workflows in package reference scenarios #4016

Closed
drewgillies opened this issue Nov 28, 2016 · 2 comments
Closed

Enable PCM workflows in package reference scenarios #4016

drewgillies opened this issue Nov 28, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@drewgillies
Copy link
Contributor

drewgillies commented Nov 28, 2016

Repro Steps:

  1. New a C# Console App (.Net Framwork).
  2. Add the following properties to the property group at the top of the csproj file:
    <RuntimeIdentifiers Condition="'$(RuntimeIdentifiers)'==''">win</RuntimeIdentifiers>
  3. Add the following reference to the csproj file, before the final targets import line starting with
<Import Project="$(MSBuild...
<ItemGroup> 
       <PackageReference Include="Newtonsoft.Json"> 
            <Version>6.0.1</Version> 
      </PackageReference> 
 </ItemGroup>
  1. Reload the project in VS and run solution restore.
  2. Open PM UI and install package ‘NUnit’ 3.0.0.
  3. Click ‘Updates’ tabs and observe it.
  4. Open PMC, type ‘update-package’ and press ‘Tab’ key.
  5. Type ‘get-package -updates’ in PMC.
  6. Type ‘Uninsall-Package’ and press ‘Tab’ key.

Expected:
Can find package update and uninstall package via the package manager UI and the package manager console.

Actual:
Can not uninstall and update package via the package manager UI and the package manager console.

@jainaashish
Copy link
Contributor

Merged to Dev 17fe755 Waiting for RC2 decision

@jainaashish jainaashish modified the milestones: 4.0 RC2, 4.0 RC3 Nov 29, 2016
@rrelyea rrelyea modified the milestones: 4.0 RC3, 4.0 RC2 Nov 30, 2016
@rrelyea
Copy link
Contributor

rrelyea commented Aug 16, 2017

dupe of #4015

@rrelyea rrelyea added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants