Load library into .net framework #211
-
Hi, I can't load that project into my .net framework project.
Any idea if is it possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 |
Beta Was this translation helpful? Give feedback.
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