Yortw / RSSDP

Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.
http://yortw.github.io/RSSDP/
MIT License
282 stars 66 forks source link

Add .NET Standard 2.0 support #112

Open bdovaz opened 2 years ago

bdovaz commented 2 years ago

They pass all tests perfectly.

I have not dared to eliminate the non-relevant projects but it would be necessary to make a good cleanup since possibly today having only one project (Rssdp.NetCore) that targets .NET Standard 2.0 would be enough.

bdovaz commented 2 years ago

@Yortw CI seems to be failing because it tries to download a non existing netfx_403mtpack.exe.

You should update CI to github actions and dotnet sdk as it's easier to maintain. I can help you with that.

But first we should remove the obsolete projects so it can be easier to integrate.