dotnet / project-system

The .NET Project System for Visual Studio
MIT License
968 stars 386 forks source link

Use correct package capitalisation #9363

Closed drewnoakes closed 8 months ago

drewnoakes commented 8 months ago

CPS has the following two packages:

  1. Microsoft.VisualStudio.ProjectSystem.SDK
  2. Microsoft.VisualStudio.ProjectSystem.Sdk.Tools

Before this commit, we would reference:

  1. Microsoft.VisualStudio.ProjectSystem.SDK
  2. Microsoft.VisualStudio.ProjectSystem.SDK.Tools (incorrect)

Note how we use different capitalisation.

This should be supported through all the tooling, but it's nice to have them match reality. See also #9360.

Microsoft Reviewers: Open in CodeFlow