KevinDockx / HttpCacheHeaders

ASP.NET Core middleware that adds HttpCache headers to responses (Cache-Control, Expires, ETag, Last-Modified), and implements cache expiration & validation models
MIT License
271 stars 57 forks source link

Remove unsupported TFM's #118

Closed SeanFarrow closed 1 year ago

SeanFarrow commented 1 year ago

This PR removes .Net 3.1 and .Net 5 targets from any projects and fixes issue #116.

KevinDockx commented 1 year ago

Thanks! :)