ge
ge copied to clipboard
Got the project up and running with modern tooling
- Created a Visual Studio 2019 solution; Closes #1, closes #3, mention #11, mention #7.
- Updated most NuGet dependencies and enabled implicit framework references.
- Updated target framework from .NET Core 1.1 to 2.0. Mention #10 — can be compiled with .NET Core 2.2, but causes "Method not found" crashes.
(Most referred issues are closed, but haven't actually been resolved. They've been mentioned to notify the authors.)
I'd also like to ask @mellinoe why implicit framework references were disabled.
Don't merge. The .NET Core update broke PngLoader.Load(Stream)
. Looks like I have some dependencies to (try to) update.
Unfortunately, you can't turn a ready PR into a draft.
I removed the limit editor target framerate setting commit as I decided that this PR will not introduce new features.
I had to downgrade to .NET Core 2.0, as any higher version would cause "Method not found" crashes. Well, it's still something and on that version I haven't found any crashes that weren't there before I touched the project.
This PR is now ready.