quamotion / madb

SharpAdbClient is a .NET library that allows .NET applications to communicate with Android devices. It provides a .NET implementation of the adb protocol, giving more flexibility to the developer than launching an adb.exe process and parsing the console output.
Apache License 2.0
360 stars 133 forks source link

Target .NET 4.6.1 #184

Closed qmfrederik closed 4 years ago

qmfrederik commented 4 years ago

For those stuck on legacy systems. .NET 4.6.1 is the oldest version of NetFx which supports netstandard2.0, so this is as low as we can go. Closes #180