Run appium tests on mac using visual studio for mac

I have installed visual studio for mac, and created a .net core console application to write appium trests.
While adding appium driver nuget package, i am getting following error

Package 'Appium.WebDriver 3.0.0.2' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project. Package 'Castle.Core 3.3.3' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.

If any body used visual studio for mac and ran appium or selenium tests, please help me out with the setup.