microsoft / vs-servicehub

The service broker libraries used by Visual Studio to exchange intra- and inter-process services
MIT License
20 stars 8 forks source link

Fix dependencies in non-analyzer packages #245

Closed AArnott closed 4 weeks ago

AArnott commented 4 weeks ago

This corrects an errant package dependency on a non-existing Microsoft.ServiceHub.Analyzers.Only package that occurred because the Microsoft.ServiceHub.Framework project was referencing the analyzer project instead of the codefixes project.

It also fixes a bunch of extra Microsoft.CodeAnalysis.* package dependencies that showed up in Microsoft.ServiceHub.Framework.