aliostad / CacheCow

An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server
MIT License
847 stars 172 forks source link

Modernize test projects #299

Open 0xced opened 2 months ago

0xced commented 2 months ago

Targeting .NET Framework on Linux and macOS works fine since the .NET 5 SDK.

Note: dropping conditional targeting is required for the CacheCow.Server.WebApi project to build on Linux and macOS.