Running Microsoft Visual Studio Community 2019 Preview Version 16.5.0 Preview 1.0 and having installed ComponentOne Studio for WinForms (.NET 4.5.2) 20193.398 I then create a new Project of type “Windows Forms .Net Core 3.0 Docking App (C#)” and then choose Build, I get the following warnings:
warning NU1604: Project dependency C1.Win.C1Command does not contain an inclusive lower bound. Include a lower bound in the dependency version to ensure consistent restore results.
warning NU1604: Project dependency C1.Win.C1Themes does not contain an inclusive lower bound. Include a lower bound in the dependency version to ensure consistent restore results.
warning NU1701: Package ‘C1.C1Zip 4.5.20193.393’ 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.0’. This package may not be fully compatible with your project.
warning NU1701: Package ‘C1.Win 4.5.20193.393’ 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.0’. This package may not be fully compatible with your project.
warning NU1701: Package ‘C1.Win.C1Command 4.5.20193.393’ 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.0’. This package may not be fully compatible with your project.
warning NU1701: Package ‘C1.Win.C1Input 4.5.20193.393’ 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.0’. This package may not be fully compatible with your project.
warning NU1701: Package ‘C1.Win.C1Themes 4.5.20193.393’ 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.0’. This package may not be fully compatible with your project.
Is it safe to ignore these warnings? I would have expected clean projects built from the templates should build cleanly. Are there or are there going to be .net Core 3 native versions of ComponentOne?