BogdanovKirill / RtspClientSharp

Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
MIT License
706 stars 284 forks source link

Could not install package #84

Open myannuar opened 4 years ago

myannuar commented 4 years ago

Need help Sir, Using Visual Studio 2015 Professional.

Error : Could not install package 'RtspClientSharp 1.3.3'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

Additional Info: Attempting to gather dependency information for package 'RtspClientSharp.1.3.3' with respect to project 'XXX', targeting '.NETFramework,Version=v4.7.2' Attempting to resolve dependencies for package 'RtspClientSharp.1.3.3' with DependencyBehavior 'Lowest' Resolving actions to install package 'RtspClientSharp.1.3.3' Resolved actions to install package 'RtspClientSharp.1.3.3' Install failed. Rolling back... Package 'RtspClientSharp.1.3.3' does not exist in project 'XXX' Package 'RtspClientSharp.1.3.3' does not exist in folder 'C:\Users...\packages' Could not install package 'RtspClientSharp 1.3.3'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. ========== Finished ==========

Jiayuan-Hu commented 2 years ago

same problem

jbarbaran commented 1 year ago

Same problem, Isn't it compatible with .NET 4.7.2?

Install-Package : Could not install package 'RtspClientSharp 1.3.3'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2', but the 
package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
At line:1 char:1
+ Install-Package RtspClientSharp -Version 1.3.3
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand