-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net Standard 2.0 version #149
Comments
Yes, I do have plans to switch it over in the near future. That said, I had expected it would be possible to use sockets directly from netstandard2, though I hadn't verified that. |
So far it a is working as expect. However, the complier moans about back converting the assembly to .Net 4.x. I have tried it in a xamarin forms app running as Universal Windows and on an iPhone and my UDP connection are working and returning data. |
are there any new information about porting to netstandard2.0 ? |
That feature would be absolutly great! |
It was all working beautifully for me until I tried to reference the Socket property in Release mode.
when I got this
so it can build and deploy fine, but then yes, it throws. |
Sorry, I forgot to mention that the problem exists in UWP only. |
Any thoughts on converting this project to .Net Standard 2.0 or .Net Core now that MS has depreciated the portable projects?
The text was updated successfully, but these errors were encountered: