Wise J 2.5.4 and .net 4.8

0
0

Hi

This version seems to only run on .net 4.8 (the wisej framework is built for .net 4.8)

Is there a workaround?

Thanks

Ewan

  • You must to post comments
0
0

Hi Ewan,

You can add the following element inside of your project file to ignore framework mismatches:

<PropertyGroup>

<ResolveAssemblyReferenceIgnoreTargetFrameworkAttributeVersionMismatch>true</ResolveAssemblyReferenceIgnoreTargetFrameworkAttributeVersionMismatch>

</PropertyGroup>

 

We generally try to update the newest version of Wisej to match the latest frameworks released by Microsoft. If you want a custom build of Wisej built against an older framework, it will probably fall into a custom support package. If you need information about that you can send us an email at support AT wisej DOT com.

 

Please let me know if anything isn’t clear!

 

Best,

Levie

  • Edwin
    • Edwin
    • Oct 5, 2021 - 6:13 am
    Where does this PropertyGroup go in the project?
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.