jaredpar / basic-reference-assemblies

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

Overhaul of the project structure #32

Closed jaredpar closed 1 year ago

jaredpar commented 1 year ago

This completes a decent overhaul of the project structure:

  1. Trims down set of Target Framework available in the combined assembly
  2. Reorganizes the types and members a bit to remove a lot of usability isuses

closes #31 closes #27