josephnhtam / live-streaming-server-net

A .NET implementation of RTMP live streaming server, supporting HTTP-FLV, WebSocket-FLV, HLS, Kubernetes, cloud storage services integration and more.
https://josephnhtam.github.io/live-streaming-server-net/
MIT License
74 stars 11 forks source link

Add Net 7.0 targeting #1

Closed jordyvessen closed 4 months ago

jordyvessen commented 4 months ago

Hi,

When I found your implementation I was really excited to use it, it works great and I want to integrate this into my own project. Unfortunately, it targets Net7.0 and it is currently not possible to update it because of other dependencies. That is why I added Net 7.0 to your implementation.

Please let me know what you think. Thanks in advance.

josephnhtam commented 4 months ago

Thank you! I don’t oppose making it compatible with .NET 7, but I will remove DictionaryExtensions and ThrowHelper to keep it simple.