CompressedStaticFiles.AspNet by Simon Ziegler,Mark Stega,Peter Andersson,Andrey Kudashkin,Mathias Raacke,Arian Kadkhoda

<PackageReference Include="CompressedStaticFiles.AspNet" Version="1.0.0" />

 CompressedStaticFiles.AspNet 1.0.0

Send compressed static files to the browser without having to compress on demand, also has support for sending more advanced image formats when the browser indicates that i has support for it. Files need to be compressed and converted to other image formats before deploying.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>CompressedStaticFiles.AspNet</id>
    <version>1.0.0</version>
    <authors>Simon Ziegler,Mark Stega,Peter Andersson,Andrey Kudashkin,Mathias Raacke,Arian Kadkhoda</authors>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <readme>README.md</readme>
    <projectUrl>https://github.com/material-blazor/CompressedStaticFiles.AspNetCore</projectUrl>
    <description>Send compressed static files to the browser without having to compress on demand, also has support for sending more advanced image formats when the browser indicates that i has support for it.
			Files need to be compressed and converted to other image formats before deploying.</description>
    <tags>aspnetcore staticfiles compression precompressed gzip brotli zopfli webp avif</tags>
    <repository type="git" url="https://github.com/material-blazor/CompressedStaticFiles.AspNetCore" />
    <dependencies>
      <group targetFramework="net6.0" />
    </dependencies>
    <frameworkReferences>
      <group targetFramework="net6.0">
        <frameworkReference name="Microsoft.AspNetCore.App" />
      </group>
    </frameworkReferences>
  </metadata>
</package>