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

Cleanup old target frameworks #210

Closed 0xced closed 3 years ago

0xced commented 3 years ago

Bot .NET Core 1 and .NET Core 2 have reached end of support. The following warnings were displayed when compiling:

Microsoft.NET.EolTargetFrameworks.targets(28, 5): [NETSDK1138] The target framework 'netcoreapp1.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. Microsoft.NET.EolTargetFrameworks.targets(28, 5): [NETSDK1138] The target framework 'netcoreapp2.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.