Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

How can I use netstandard2 using .net Framework 4.5?

$
0
0

I'm trying to install the package WebSocketSharp.Standard but I getting installing error.

Install-Package : Could not install package 'WebSocketSharp.Standard 1.0.3'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assemblyreferences or content files that are compatible with that framework. For more information, contact the package author.At line:1 char:1

Install-Package WebSocketSharp.Standard -Version 1.0.3

CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationExceptionFullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

I download the NuGet and extract and I check the library only the netstandard2.0enter image description here

how can I use the package in my current project? Im using VS2013.


Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>