Whisper icon indicating copy to clipboard operation
Whisper copied to clipboard

How can i build target .net framework 4.8

Open dominota opened this issue 2 years ago • 1 comments

Hi,

I want to build Whisper for .Net Framework 4.8? Is there any guides ?

Thanks

dominota avatar Jun 12 '23 03:06 dominota

The current version of the library only supports modern .NET.

I don’t have guides, but I have an example you can rework into a .NET 4 library. The example is the PowerShell module. That project targets the PowerShell which is included in Windows, therefore uses .NET Framework 4.7.2. Starting from that project, it shouldn’t be hard to implement the legacy .NET projection of the C++ DLL.

Const-me avatar Jun 13 '23 14:06 Const-me

Thank you

dominota avatar Jun 14 '23 08:06 dominota