AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.4k stars 289 forks source link

Migrated all projects to packagereference #739

Closed Barsonax closed 5 years ago

Barsonax commented 5 years ago

Solves #736

After this the nuget and netstandard branch need to get updated again (should make the changes in those branches alot smaller though).

ilexp commented 5 years ago

Nice 👍 Will review and merge soon-ish.

Note to self, things to check:

Barsonax commented 5 years ago

Took the liberty of rebasing the netstandard branch and nuget branch in advance on this branch to solve any merge conflicts.

These branches need to be rebased again once this PR is merged to master (should be easy since all conflicts are fixed already).

See #740 and #741 for comparison/discussion.

ilexp commented 5 years ago

Took a clean / rebuild on my previous checkout to get rid of some dependency errors, in case anyone runs into this as well - compiles just fine from scratch though. Also did a quick package build and test install in a local repo and it looks like nothing changed on the binary output / compatibility side, as expected.

Merging this.