iamkinetic / NEventSocket

A reactive FreeSwitch eventsocket library for .Net/.Net Framework (.net standard 2)
Mozilla Public License 2.0
26 stars 11 forks source link

Change target framework to netstandard2.0 #8

Closed ajgolledge closed 3 years ago

ajgolledge commented 3 years ago

This pull request allows the library to be used by more frameworks by setting the target framewrok for the project to be netstandard2.0. Some failing tests were also configured to be skipped and the build script was modified to use the dotnet core sdk to invoke build steps, run the tests and to create the Nuget package.