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

Simplify projects #209

Closed 0xced closed 3 years ago

0xced commented 3 years ago

Dropping support for .NET Standard 1.6 will be easy:

  1. Search for the three occurrences of #if NETSTANDARD1_6 and delete the code
  2. Remove netstandard1.6 in the target frameworks
  3. Remove the whole <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' ">
mariotoffia commented 3 years ago

Again, thanks @0xced !!! Very nice! :)