imazen / imageflow-dotnet

The official .NET API for Imageflow, the Rust image processing and optimization engine for web servers
GNU Affero General Public License v3.0
143 stars 25 forks source link

Imageflow.Net should host downstream dependencies #15

Closed danielcrenna closed 3 years ago

danielcrenna commented 4 years ago

Another attempt to induce transitive dependencies by soft-linking a full framework build of the netstandard library (because the latter requires PackageReference format)

lilith commented 3 years ago

Thank you so much for your valiant attempts at getting transitive dependency support to work for .NET Full. I think I might eventually do a downstream dependency package for .NET Core and .NET 5, perhaps called Imageflow.Net.Core or something.