Skip to content

Use global.json file to centralize SDK version #563

@jmaeagle99

Description

@jmaeagle99

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions