Is your feature request related to a problem? Please describe.
Acolyte.CSharp package contains a lot of different useful code. However, this package cannot be extended infinately. And what if users do not want the whole package but only one of it features?
Describe the solution you'd like
Need to create NuGet package hierarchy as Microsoft did with therir own NuGet packages. Finally, we reamain Acolyte.CSharp and Acolyte.FSharp projects which will be worked as Acolyte.NET — this projects will not contain any code, just links to the other packages.
Describe alternatives you've considered
None.
Additional context
Do not forget to add links to the other packages in this repository.
Is your feature request related to a problem? Please describe.
Acolyte.CSharppackage contains a lot of different useful code. However, this package cannot be extended infinately. And what if users do not want the whole package but only one of it features?Describe the solution you'd like
Need to create NuGet package hierarchy as Microsoft did with therir own NuGet packages. Finally, we reamain
Acolyte.CSharpandAcolyte.FSharpprojects which will be worked asAcolyte.NET— this projects will not contain any code, just links to the other packages.Describe alternatives you've considered
None.
Additional context
Do not forget to add links to the other packages in this repository.