Skip to content

Installation of v1.16.0 .NETFramework 4 #541

Answered by DaveSkender
MrFanciful asked this question in Q&A
Discussion options

You must be logged in to vote

The oldest framework we target is .NET Framework 4.6.1 so you have a couple options to try:

  1. Update your C# project framework version to 4.6.1 or newer.
  2. Fork this repo and add 4.0 targeting to build an older version of the DLL yourself; this would also require that you manually add the DLL to your project. There's a chance the current source code will not support version 4.0 and will require modifications.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DaveSkender
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
Converted from issue

This discussion was converted from issue #540 on August 30, 2021 13:25.