Closed
Description
.NET Core projects never supported referencing an assembly sitting on disk. MSBuild support this more naturally.
To enable this we need to ensure:
- The assembly is copied to the build and publish folders.
- The assembly is added to the .deps.json file.
- How does "dotnet pack" handle this scenario?