UI_Engines
UI_Engines copied to clipboard
Cant reference Base EmptyKeysUI Nuget due to no target frameworks
Issue
Hello, I cant reference the EmptyKeysUI package because it does not have any framework targets. Would it be possible to publish the package with the netstandard targets?
Work around
I am using Stride which may be part of the problem but a work around is just to reference the Monogame nuget which includes the base package compiled with the standard target. Only issue here is that naming between XNA and Stride get annoying with how similar the libraries are but it does work.
Extra context
It may also work if the Stride package is added to Nuget with your build process I assume but that may not work for people who are using a different engine.