You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
…ssue #294 where when referencing MonoGame from a PCL a message saying that version 3.2.1 can not be found.
In the platform projects the MonoGame assemblies are build with version 0.0.0.0 and referenced that way when adding the platform versions of MonoGame to the projects. By modifying the PCL AssemblyInfo.cs to create a 0.0.0.0 version we can then reference MonoGame classes without the specific version error.
".dll not found. Can not load 3.1.2 version of MonoGame.Framework.dll". This only seems to be happening on Windows.
The text was updated successfully, but these errors were encountered: