Skip to content

Scenario: enable references to any assembly on disk #120

Closed
@eerhardt

Description

@eerhardt

.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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions