As a rule, binaries doesn't belong in source code repositories unless absolutely necessary, they are supposed to be generated, exceptions being files that are difficult to generate or fetch from an automated build process (how do you generate images for instance?).
As such it would be nice if the DLLs for MonoGame was replaced with a nuget package
As a rule, binaries doesn't belong in source code repositories unless absolutely necessary, they are supposed to be generated, exceptions being files that are difficult to generate or fetch from an automated build process (how do you generate images for instance?).
As such it would be nice if the DLLs for MonoGame was replaced with a nuget package