jaredpar / basic-reference-assemblies

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

Missing ReferenceAssemblyKind.Net50 #36

Closed bernd5 closed 2 weeks ago

bernd5 commented 1 year ago

I have a project which uses ReferenceAssemblyKind.Net50. In the current version it was removed (e.g. to remove the binary size...) - how should users query for net5.0?

bernd5 commented 1 year ago

I got it: comp.WithReferences(Net50.References.All).

In my eyes it would be better to introduce a new "SupportedOnly.BasicReferenceAssemblies".

jaredpar commented 1 year ago

In my eyes it would be better to introduce a new "SupportedOnly.BasicReferenceAssemblies".

Not quite sure what you mean by this. Can you elaborate?

bernd5 commented 1 year ago

I just mean that it would better to have a separate package which is smaller and contains only supported APIs instead of introducing a breaking change...