Created
August 3, 2017 02:40
-
-
Save dcomartin/9efe18ab7837d569f34a4800419d3e0e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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