Vs2017 farseer reference

41 Views Asked by At

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();
        }
    }
}

enter image description here

0

There are 0 best solutions below