diff --git a/Brotli.NET/Brotli.Core/Brotli.Core.csproj b/Brotli.NET/Brotli.Core/Brotli.Core.csproj
index 9fe5714..02dc9d0 100644
--- a/Brotli.NET/Brotli.Core/Brotli.Core.csproj
+++ b/Brotli.NET/Brotli.Core/Brotli.Core.csproj
@@ -8,11 +8,10 @@
Jinjun Xie
Jinjun Xie
Copyright Jinjun Xie 2016
- https://mit-license.org/
+ https://licenses.nuget.org/MIT
https://github.com/XieJJ99/brotli.net
Brotli Compress Decompress .NET Standard Stream
- Fix load issues on .NET Framework Projets.
-Now supporting .NET 45 again.
+ Now supporting .NET 3.5 and above again.
Supported on dotnet standard2(Windows/Linux/OSX), provide similar interface to Google offical API.Quality and window control is supported.
The library use the native runtime and its performance should be better than System.IO.Compress.BrotliStream.
To support dynamic compress in web applications,add the code like this in the Global.asax.cs: