Skip to content

Is there an option to add a TargetFramework of netstandard2.0 ? #666

Answered by ClearScriptLib
itayang asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @itayang,

Do you happen to have a suggestion for our case ?

Unfortunately, unless you wish to modify and build ClearScript yourself, the only option is to change the targeting of your library.

We can't change our library to be .net standard 2.1.
We have libraries of both .net fw 4.7 and .net 6 and .net 8 that uses it .

If your library multitargeted one of the following combinations:

  • .NET Framework 4.7 (or below) and .NET Standard 2.1, or
  • .NET Framework 4.7 (or below) and .NET 6 (or below)

then it would be able to use ClearScript and continue to support its existing consumers.

Good luck!

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@itayang
Comment options

@ClearScriptLib
Comment options

Answer selected by itayang
Comment options

You must be logged in to vote
0 replies
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