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

dotnet list package with multi targeting WPF project #8463

Closed
zivkan opened this issue Aug 16, 2019 · 1 comment
Closed

dotnet list package with multi targeting WPF project #8463

zivkan opened this issue Aug 16, 2019 · 1 comment
Labels
Functionality:ListPackage dotnet.exe list package Product:dotnet.exe Resolution:NotRepro We are not able to reproduce this problem. Better steps would be helpful. Type:Bug
Milestone

Comments

@zivkan
Copy link
Member

zivkan commented Aug 16, 2019

From https://github.com/dotnet/cli/issues/12267

  • dotnet new wpf
  • Replace TargetFramework with netcoreapp3.0;net45
  • dotnet restore
  • dotnet list package

Restore succeeded, so dotnet list package should too.

@zivkan zivkan added this to the 5.4 milestone Aug 16, 2019
@rrelyea rrelyea modified the milestones: 5.4, 5.5 Oct 31, 2019
@nkolev92 nkolev92 added the Resolution:NotRepro We are not able to reproduce this problem. Better steps would be helpful. label Jan 17, 2020
@nkolev92
Copy link
Member

C:\Code\tedts> dotnet restore
  Restore completed in 119.85 ms for C:\Code\tedts\tedts.csproj.
C:\Code\tedts> dotnet list package
Project 'tedts' has the following package references
   [netcoreapp3.1]: No packages were found for this fram

@zkat zkat reopened this Mar 18, 2020
@zkat zkat closed this as completed Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality:ListPackage dotnet.exe list package Product:dotnet.exe Resolution:NotRepro We are not able to reproduce this problem. Better steps would be helpful. Type:Bug
Projects
None yet
Development

No branches or pull requests

4 participants