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

Add .Net 8 as a target to all projects #127

Closed SeanFarrow closed 1 year ago

SeanFarrow commented 1 year ago

The PR ensures we are compiling against .Net 8 RC1 as well as .net 6.0 and 7.0.

In order to build this branch, you will need the .Net 8 RC1 SDK installed.