-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Labels
Partner:MSBuildPriority:2Issues for the current backlog.Issues for the current backlog.Product:MSBuildSDKResolverThe NuGet powered SDK resolver. Owned by MSBuild teamThe NuGet powered SDK resolver. Owned by MSBuild teamType:Feature
Description
NuGet Product(s) Involved
NuGet.exe, Visual Studio Package Management UI
The Elevator Pitch
Project SDK's sometimes ship in the form of a NuGet. Some common examples:
The problem with this is that it isn't very well integrated into the NuGet dependency toolchain. For example if I am using the Microsoft.Build.NoTargets Sdk I might use:
<Project Sdk="Microsoft.Build.NoTargets/3.7.0">Or I might version this through a global.json like:
{
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0"
}
}However since there is no tooling support when updates like version 3.7.56 become available I have no way of knowing that there is an update.
Additional Context and Details
No response
dr1rrb, formalist, lindexi, Rarisma, DosangGu and 48 morejeromelaban, nickrandolph, MartinZikmund, morning4coffe-dev, agneszitte and 4 more
Metadata
Metadata
Assignees
Labels
Partner:MSBuildPriority:2Issues for the current backlog.Issues for the current backlog.Product:MSBuildSDKResolverThe NuGet powered SDK resolver. Owned by MSBuild teamThe NuGet powered SDK resolver. Owned by MSBuild teamType:Feature