sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.69k stars 639 forks source link

Use only 4.5+ assembly for dependencies when compiling the project #684

Open xoofx opened 8 years ago

xoofx commented 8 years ago

Related to issue #682 some assemblies like HtmlAgilityPack, Mono.Cecil or SharpZipLib are compiled with 2.0+ runtime, which require to install the .NET 3.5 runtime in order to be able to compile SharpDX.

We should rely only on 4.0+ assemblies:

tibel commented 8 years ago

Might https://github.com/adamhathcock/sharpcompress work as a replacement for SharpZipLib?

andrewst commented 8 years ago

May be https://www.nuget.org/packages/DotNetZip/