Using VS 20129, I create a new Console Net Core 3.1 project. I add the "Microsoft.AspNet.Identity.Core" nuget At the moment, a warning appear:
warning NU1701: Package 'Microsoft.AspNet.Identity.Core 2.2.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7
Why does this warning appear? According the nuget page, this package does not have dependencies.