Dirkster99 / Edi

Edi - The open source text editor IDE based on AvalonDock and AvalonEdit

Home Page:https://dirkster99.github.io/Edi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

removing local .nuget dependency to Visualstudio BuiltIn.

rasyidf opened this issue · comments

the nuget package manager in this repo is not using the build in NPM. that can cause some issue in the future.

I guys we should change this then to use the build in NPM only. What are the correct steps to change this?
I would change it if I knew how....

I tested the branch with the global changes - it works fine for me (VS 2017 Community) so lets commit it to the master branch...

1> Can you commit the test branch to the master branch or should I do it?
2> How did you make this change? Do you have a reference guide for this?
I am asking because I have other projects with the same issue so I'll change then as well ...

I just removing NPM Dependency on every project file (i.e EDI.csproj)

By searching every instance of this string in solution
<Import Project="$(SolutionDir)\.nuget\NuGet.targets"
and removing it's block.

I have merged commit into master branch.

Thanks.. :) I'll close this issue then.