-
-
Notifications
You must be signed in to change notification settings - Fork 765
Closed
Description
The following warnings are seen while building Cake with Visual Studio 2019 Preview and the latest SDK:
C:\Program Files\dotnet\sdk\5.0.100-rc.1.20452.10\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(28,5): warning 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.
C:\Program Files\dotnet\sdk\5.0.100-rc.1.20452.10\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(28,5): warning NETSDK1138: The target framework 'netcoreapp3.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.
See .NET Core and .NET 5 Support Policy for more information.
I suggest bumping the following target frameworks:
netcoreapp2.0tonetcoreapp2.1netcoreapp3.0tonetcoreapp3.1net46tonet461(currently inconsistent)