jeffcampbellmakesgames / Entitas-Redux

An entity-component framework for Unity with code generation and visual debugging
MIT License
102 stars 13 forks source link

[FEATURE REQUEST] Add support for .Net 6 #68

Open jtuchel opened 2 years ago

jtuchel commented 2 years ago

Is your feature request related to a problem? Please describe. There is no problem, it's just a nice to have feature

Describe the solution you'd like Based on the requirements ( https://github.com/jeffcampbellmakesgames/Entitas-Redux#requirements )

As far as I know I must have installed the exact versions when working with ER. .Net 5 did not work, .Net Core 3.1 worked. If possible it would be nice to upgrade the package to latest technologies to support newer .Net versions.

This would make it possible change the docs to "... Install the latest version of .Net ..." :)

matthiashermsen commented 2 years ago

I think this might be related to https://github.com/jeffcampbellmakesgames/Genesis/discussions/33 :)