-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
There are several places in build pipelines that specify the SDK version and there is no clear documentation as to which version of the SDK should be used to build the .NET projects.
Proposed Solution
Add a global.json file to the repository that specifies the version of the .NET SDK to use. This has the benefit of:
- Removing the need for build pipelines to know which version of the .NET SDK is necessary.
- Having a central location that allow .NET tooling understands how to determine which version of the .NET SDK to use.
- Allow Dependabot to potentially update the .NET SDK version if using the full triplet version.
Metadata
Metadata
Assignees
Labels
No labels