sharpenrocks / Sharpen

Visual Studio extension that intelligently introduces new C# features into your existing codebase
https://sharpen.rocks
MIT License
418 stars 32 forks source link

Update Sharpen.VisualStudioExtension.csproj to refer to relative paths for packages #16

Closed shankyjain7243 closed 5 years ago

shankyjain7243 commented 5 years ago

Need to update Sharpen.VisualStudioExtension.csproj to use relative paths of the packages folder in the project.

As of now, the entry for \packages\Microsoft.VisualStudio.Threading.Analyzers.15.7.18 refers to C:\p\Sharpen we need to change this to ../packages/