You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@shawnwildermuth I just published a new update to NuGet. You can now specify the version of a package you want to install using e.g. dotnet unpkg add jquery@3.3.0.
The installed version (even if you don't specify it) is recorded in unpkg.json so restore will get the right one.
You can also run dotnet unpkg update to update all packages to the latest version, or dotnet unpkg update bootstrap to update just one.
How does unpkg deal with versioning? That's my big win with pkg managers.
The text was updated successfully, but these errors were encountered: