nwheels-io / NuLink

The missing LINK feature of NuGet: develop & test packages as if they were part of the main project
MIT License
53 stars 15 forks source link

Support consumer projects in .NET Framework (packages.config style) format #2

Closed felix-b closed 5 years ago

felix-b commented 5 years ago

Currently, consumer projects (.csproj) must be SDK-style (those that start with <Project Sdk="..."> and reference packages through <PackageReference>). This means that .NET Core and NETStandard consumer projects are covered.

The classic .NET Framework projects (packages.config style) should be supported as well.

There are differences between the two styles:

felix-b commented 5 years ago

Resolved by #21 and #22