Skip to content

Load library into .net framework #211

Answered by doghappy
ExpertInvest asked this question in Q&A
Discussion options

You must be logged in to vote

The library is based on .net standard 2.0. This means you can't use it on .net framework 4.5.

You can upgrade your project from VS, just modify the Target Framework to .net framewrok 4.6.1

https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ExpertInvest
Comment options

Answer selected by ExpertInvest
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