imazen / imageflow-dotnet-server

A super-fast image server to speed up your site - deploy as a microservice, serverless, or embeddable.
https://docs.imageflow.io
GNU Affero General Public License v3.0
252 stars 33 forks source link

switch to ASP.NET Core FrameworkReference #3

Closed danielcrenna closed 4 years ago

danielcrenna commented 4 years ago

For: https://github.com/imazen/imageflow-dotnet-server/issues/2

Use post-2.2 ASP.NET Core which now requires netcoreapp3.1 but transparently bundles all needed dependencies.

lilith commented 4 years ago

Thank you!