CADbloke / CodeLinker

Links code between Visual Studio Projects. Write once, build many

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuget references - keep or delete?

CADbloke opened this issue · comments

<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
      <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
      <Private>True</Private>
    </Reference>

These are build platform dependent. I guess the project is cloned with with the <TargetFrameworkVersion> intact so the process of breaking the Nugets that is no different to changing the <TargetFrameworkVersion> in the Source project.

so I thought about it but meh