Add a NET 8 dll / Project fails

0
0

It tells me this:

Project DBEntities.NET is not compatible with net48 (.NETFramework,Version=v4.8). Project DBEntities.NET supports: net8.0 (.NETCoreApp,Version=v8.0)    WisejHybridRemoteApplication2

 

What did i do wrong?

  • You must to post comments
0
0

Hi Uwe,

if you are using a library that is .NET core only you need to handle the multi targeting and reference it for .NET 8 only

Find more information here

https://docs.wisej.com/docs/releases/whats-new-in-3.0/multi-targeting

Best regards
Frank

  • Uwe Richter
    Hi Frank, thx for your, i’ve seen the “multitargeting” (and compiler directives) but i’am not sure what that means in this environment. Is a my understanding is: the designer need the fw 4.8 and the wisej Project deals without problems with the multitargeting. But my dll can’t handle this because it’s net 8 (c# Version etc.). So it seem, that i have to remove the 4.8 out of the “native” Wisej Project – which let me the thing keep going.And if i would like to use the designer vice versa. Is that right?
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.