microsoft / DockerTools

Tools For Docker, including Visual Studio Provisioning and Publishing
Other
175 stars 26 forks source link

VS2022 uses unlisted package Microsoft.VisualStudio.Azure.Containers.Tools.Targets 1.14.0 #316

Closed ArturDorochowicz closed 3 years ago

ArturDorochowicz commented 3 years ago

When I create a new Asp.Net Core Web App in VS2022 and select Enable Docker, the generated app references the Microsoft.VisualStudio.Azure.Containers.Tools.Targets 1.14.0 package. It works fine, but when I go to nuget.org for this package (https://www.nuget.org/packages/Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0), it tells me that the package has been unlisted: The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore. This is unexpected.

ravipal commented 3 years ago

@ArturDorochowicz, The package was unlisted because I missed listing the package, there is no security or other vulnerabilities with this package. Now it is listed. Sorry for the confusion.

ArturDorochowicz commented 2 years ago

@ravipal Same issue with 1.15.0 ? https://www.nuget.org/packages/Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.15.0

ravipal commented 2 years ago

@ArturDorochowicz, Version 1.15.0 is used in our next preview release 17.2 Preview 2, which is not released yet. 1.15.0 will be listed when we ship the 17.2 preview 2.

ArturDorochowicz commented 2 years ago

Right, my bad. Sorry for this. I thought it came with 17.1.