Jinten / NodeGraph

Node graph control in WPF.
MIT License
127 stars 24 forks source link

.net 6 #3

Closed AndreasGeorg closed 1 year ago

AndreasGeorg commented 2 years ago

I have tried to compile the project with .net6, it compiles but when I start the application no window is opened. Is there any plan to port the project to .net6?

Jinten commented 1 year ago

I'm sorry for replying late. Supporting .NET6 is noted Roadmap, but I supported .NET6, please check https://github.com/Jinten/NodeGraph/commit/91084726d5dede4df250741dc298f7f12dfb6761.

You can launch PreviewTest csproj as .NET6. The project depends NodeGraph library made by .NET6.

If you check the project and no problem for behavior, please close this issue. :)

AndreasGeorg commented 1 year ago

Thank you, for your work