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

Install-Package RtspClientSharp - Not supported #41

Closed FishBlubCP closed 5 years ago

FishBlubCP commented 5 years ago

Install-Package : Could not install package 'RtspClientSharp 1.3.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', 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

BogdanovKirill commented 5 years ago

Hi ! You need to use newer framework (e.g. .NET Framework 4.6.1) that supports .NET Standard 2.0