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
While dependabot will bump global.json in a repository root to a newer .NET SDK when needed, it lacks the ability to also bump the .vsconfig file that a person can check in that tells Visual Studio users to "install this version of the .NET SDK as it is missing." With automatic bumping of that as sometimes older ones go out of support and become no longer offered for Installation using the Visual Studio installer would not be good.
So allowing a bumping of this file when global.json gets bumped is the ideal solution to the problem on 1 of my repositories.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Feature description
While dependabot will bump
global.json
in a repository root to a newer .NET SDK when needed, it lacks the ability to also bump the.vsconfig
file that a person can check in that tells Visual Studio users to "install this version of the .NET SDK as it is missing." With automatic bumping of that as sometimes older ones go out of support and become no longer offered for Installation using the Visual Studio installer would not be good.So allowing a bumping of this file when
global.json
gets bumped is the ideal solution to the problem on 1 of my repositories.The text was updated successfully, but these errors were encountered: