I am trying to open a sample project in the farseer with monogame in vs2017 but all the time I get this error:
internal static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
///
private static void Main(string[] args)
{
using (FarseerPhysicsGame game = new FarseerPhysicsGame())
{
game.Run();
}
}
}
