mariotoffia / FluentDocker

Use docker, docker-compose local and remote in tests and your .NET core/full framework apps via a FluentAPI
Apache License 2.0
1.33k stars 98 forks source link

Remove .NET Standard 1.6 code #234

Closed 0xced closed 2 years ago

0xced commented 2 years ago

Now that .NET Standard 1.6 target framework is removed, all the .NET Standard 1.6 specific code can be deleted.

Also remove all unnecessary package references which are actually part of .NET Standard 2.0 and Microsoft.Extensions.DependencyModel which was only used in the .NET Standard 1.6 specific code.

0xced commented 2 years ago

Deleted somewhat off-topic comment and posted as new issue: #235

mariotoffia commented 2 years ago

Excellent @0xced !