I understand that the SDK is a build compatible ".net standard 2.0" but when I add the nuget package to my .net core 3.1 project, I get a warning i.e.
Warning NU1701 Package 'ini-parser 3.4.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.
Can you please confirm if we can ignore this warning and SDK is ok to use on .Net Core 3.1 targeting Linux? - I do not want to spend time and efforts and later realize it is not useful...