Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created August 3, 2017 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/9efe18ab7837d569f34a4800419d3e0e to your computer and use it in GitHub Desktop.
Save dcomartin/9efe18ab7837d569f34a4800419d3e0e to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
<Version>0.2.0</Version>
<Authors>Derek Comartin</Authors>
<Company />
<Description>Adds Gzip Compression as HTTP Content-Encoding to NancyFX.</Description>
<PackageLicenseUrl>https://github.com/dcomartin/Nancy.Gzip/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/dcomartin/Nancy.Gzip</PackageProjectUrl>
<PackageTags>gzip nancy nancyfx compression</PackageTags>
<Copyright>Copyright 2017 Derek Comartin</Copyright>
<AssemblyVersion>0.2.0.0</AssemblyVersion>
<FileVersion>0.2.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nancy" Version="2.0.0-clinteastwood" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment