nopara73 / DotNetTor

Library implementation of essential Tor features in .NET Core.
https://www.nuget.org/packages/DotNetTor
MIT License
77 stars 21 forks source link

support .NET standard 2.0, to use across-platforms Xamarin etc. #19

Closed wis closed 6 years ago

nopara73 commented 6 years ago

DotNetTor targets .NET Standard 2.0: https://github.com/nopara73/DotNetTor/blob/master/src/DotNetTor/DotNetTor.csproj#L9

If I am doing something wrong, please explain and I reopen this issue.

wis commented 6 years ago

thanks @nopara73
great so this lib should work in Xamarin right? targeting .Net standard 2.0 means all dependencies are available on Xamarin, correct? https://docs.microsoft.com/en-gb/dotnet/standard/net-standard#net-implementation-support

nopara73 commented 6 years ago

@wesamco Yes.