aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

Add support for .NET Framework to BrotliCompressionProvider (when available) #348

Closed tpeczek closed 6 years ago

tpeczek commented 6 years ago

Thanks to @khellang contributing #217 and #216 we now have BrotliCompressionProvider working for .NET Core 2.1.

This issue is to add support for .NET Framework when it arrives (dotnet/corefx#29760)

muratg commented 6 years ago

We won't be doing this.

Sojaner commented 5 years ago

We won't be doing this.

And why is that?

Tratcher commented 5 years ago

Because the next release won't support .NET Framework. https://github.com/aspnet/Announcements/issues/324

Sojaner commented 5 years ago

Because the next release won't support .NET Framework. aspnet/Announcements#324

Thanks for the clarification.