jaredpar / basic-reference-assemblies

Produce NuPkg files that have .NET Reference assemblies as resources
MIT License
96 stars 15 forks source link

Move ReferenceInfo into a namespace / type #40

Closed jaredpar closed 1 year ago

jaredpar commented 1 year ago

The ReferencInfo type is in the generic Basic.Reference.Assemblies.Net70 namespace. That means when a project references two different TFM specific versions of the NuPkg the type name clashes. This needs to be under the Net70 type or a namespace.

Think it's probably more composable to put most types into a namespace vs. the current sub-type setting.