pcislo / vscode-nuget-gallery

MIT License
61 stars 19 forks source link

Install NET SDK 8.0.200 or higher to access NuGet commands #117

Closed AndresGMD closed 3 months ago

AndresGMD commented 4 months ago

Currently I have:

_Version: 1.89.1 (user setup)

Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685 Date: 2024-05-07T05:13:33.891Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: WindowsNT x64 10.0.22631

Extensions version:

I've already installed dotnet SDK 8.0.300

Inside my project I've already update Global.json

{
    "sdk": {
        "version": "8.0.300"
    }
}

Run the following command dotnet --version result 8.0.300

Steps to reproduce:

  1. Ctrl+Shift+P to open Command Palette
  2. Run command: >NuGet: Add NuGet Package...

Finally I get the message:

image

Thanks in advance!

pcislo commented 4 months ago

There is no command "NuGet: Add NuGet Package" in this extension. Use "NuGet: Focus on NuGet View"

AndresGMD commented 4 months ago

Thanks @pcislo

Yeah it works!