SimonG96 / LightweightIocContainer

A lightweight IOC Container that is powerful enough to do all the things you need it to do.
MIT License
4 stars 2 forks source link

Convert used nuget packages to private assets #36

Open SimonG96 opened 4 years ago

SimonG96 commented 4 years ago

Convert the used nuget packages to private assets so that if the LightweightIocContainer is used by another project the nuget packages aren't consumed by it.

See also https://docs.microsoft.com/de-de/nuget/consume-packages/package-references-in-project-files#controlling-dependency-assets

SimonG96 commented 4 years ago

Doesn't seem to work as expected, project does not build anymore once assets are made private.