TestStack/White

Is the White framework compatible with .NETFramework 4.7?

Opened this issue · 0 comments

Hi,

I am starting a new project right now and wanting to automate my tests with White. However, I am getting the following warnings:

Warning	NU1701	Package 'Castle.Core 3.3.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.2'. This package may not be fully compatible with your project.	
Warning	NU1701	Package 'TestStack.White 0.13.3' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.2'. This package may not be fully compatible with your project.	

Are there any plans to make it compatible with .NETFramework 4.7.*?