Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

References still have to be manually added #31

@msjonathan

Description

@msjonathan

When I implemented the abstracted pipeline component I still had to search and add the correct Microsoft dll's.

Maybe we can add the references node to the dll's that we want?

References - https://docs.nuget.org/create/nuspec-reference

<references> 
  <group targetFramework="net45"> 
      <reference file="a.dll" />
  </group> 
  <group targetFramework="netcore45"> 
    <reference file="b.dll" /> 
  </group>
  <group>
    <reference file="c.dll" />
  </group>
</references>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions