.net 6 class library in wisej3

0
0

Hey, is there a way to add a reference of a .net6 class library to a wisej3 project?

Target framework is defined in the csproj file as follows: <TargetFrameworks>net48;net6.0</TargetFrameworks>

I thought you can use .net6 in wisej3, but sadly im getting this error:

Project xyz is not compatible with net48 (.NETFramework,Version=v4.8). Project xyz supports: net6.0 (.NETCoreApp,Version=v6.0)

  • You must to post comments
0
0

Hi Muhammed

If You need use other NEt48 assemblies in your project, You need to start with the WisejNet templates for .NetFramework

If You select these other templates (C#, macOS, Linux, Windows, Web, Wisej) . Your project uses .NET6 and NEt48 is used only for designer in visual studio, but can’t reference Net48 assemblies

Full details in the documentation of WisejNET

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.