jaredpar / basic-reference-assemblies

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

The Net50 only nuget package doesn't have the ReferenceAssemblies.Net50 alias #6

Closed belkiss closed 1 year ago

belkiss commented 3 years ago

Heya!

I was trying to move from the base package to the Basic.Reference.Assemblies.Net50 one, and had to change my code from using Basic.Reference.Assemblies.ReferenceAssemblies.Net50 to Basic.Reference.Assemblies.Net50.All.

It's not a big deal, but would be nice to either add the alias or change the readme to document that in the https://github.com/jaredpar/basic-reference-assemblies#what-if-i-only-need-a-single-target-framework section.

Thanks!

jaredpar commented 3 years ago

Good point. That would make it simpler to jump back and forth between the packages.

jaredpar commented 1 year ago

Closing as the base package no longer has these references after #27 is complete.