TestStack / White

DEPRECATED - no longer actively maintained
Other
1.02k stars 485 forks source link

Is the White framework compatible with .NETFramework 4.7? #648

Open zadigus opened 5 years ago

zadigus commented 5 years ago

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.*?