14 Aralık 2015 Pazartesi

Tüm paketleri güncelleme

Updating All Packages

Issue: 431
There is currently no easy way to update all packages within a solution. In this iteration, we’ll update the Update-Package command to support updating all packages at the solution level and project level. We will not be adding support for this to the Add Package Dialog in this iteration, but will consider it for a future iteration. We just need to think through the UI for that.
Command Description
Update-Package Updates all packages in all projects.
Update-Package –Project ProjectName Updates all packages in the specified project
Update-Package PackageId Breaking Change: Updates the specified package in all projects rather than just the current project
Update-Package PackageKid –Project ProjectName No change: Updates the specified package in the specfied project only as before.
Update-Package –Safe  New –Safe flag only updates packages to the next “safe” version, which is the latest version with the same major and minor version number as the current package.

Hiç yorum yok:

Yorum Gönder

.net 6 mapget kullanımı

 app.UseEndpoints(endpoints => {     endpoints.MapGet("/", async context =>     {         var response = JsonConvert.Seriali...