microsoft / vs-ng-language-service

Visual Studio extension for the Angular Language Service
MIT License
43 stars 15 forks source link

Migrate to PackageReference and simplify dependencies #29

Closed uniqueiniquity closed 3 years ago

uniqueiniquity commented 3 years ago

As part of compliance reviews, I noticed that we were still using packages.config for the core project here. Here, we update to using PackageReference instead and clean up all the extra references we had.