NETSDK1059: The tool 'Microsoft.EntityFrameworkCore.Tools.DotNet' is now included in the .NET Core SDK

I am using Radzen Version 2.8.2 (2.8.2) on a Mac. I get these warnings generated when running the application,

radzen: Generating code ...
radzen: Code generation done in 196ms.
dotnet: /usr/local/share/dotnet/sdk/2.1.403/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets(33,5): warning NETSDK1059: The tool 'Microsoft.EntityFrameworkCore.Tools.DotNet' is now included in the .NET Core SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box). [/Users/ganeshan/Projects/newrad/server/project.csproj]

dotnet: /usr/local/share/dotnet/sdk/2.1.403/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets(33,5): warning NETSDK1059: The tool 'Microsoft.EntityFrameworkCore.Tools.DotNet' is now included in the .NET Core SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box). [/Users/ganeshan/Projects/newrad/server/project.csproj]

This is explained in detail at: https://docs.microsoft.com/en-us/dotnet/core/migration/20-21
It will be great if you can add .NET Core 2.1 when selecting Server Side Project option.

Regards,
Ganesh

Most probably we will skip 2.1 and will add directly 3.x.