Skip to content

Different client and server framework versions #273

Answered by Daniel-Svensson
dsoltesz asked this question in Q&A
Discussion options

You must be logged in to vote

While it is possible to have different target frameworks, netcore/net5 is not yet supported for use on the server.

The current blockers are

  • the code generation which does some type reflection using asp.net runtime hosting, it needs to be rewritten maybe to use Cecil just as the client side has been rewritten
  • server assembly currently has no netcore3.1/net5 compile target (easy and straightforward)
  • a netcore compatible hosting alternative needs to be added

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Daniel-Svensson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants