Skip to content

Commit

Permalink
Merge pull request #29 from GaProgMan/remove-aspnetall
Browse files Browse the repository at this point in the history
Fixes #28
  • Loading branch information
GaProgMan committed May 1, 2018
2 parents 3e46f29 + ce2bb66 commit 6d4d06a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/OwaspHeaders.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A .NET Core Middleware which adds the OWASP recommended HTTP headers for enhanced security.</Description>
<VersionPrefix>3.3.1</VersionPrefix>
<VersionPrefix>3.3.2</VersionPrefix>
<Authors>Jamie Taylor</Authors>
<AssemblyName>OwaspHeaders.Core</AssemblyName>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down
6 changes: 4 additions & 2 deletions src/OwaspHeadersCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>OwaspHeaders.Core</id>
<version>3.3.1</version>
<version>3.3.2</version>
<authors>GaProgMan</authors>
<owners>GaProgMan</owners>
<licenseUrl>https://github.com/GaProgMan/OwaspHeaders.Core/blob/master/LICENSE</licenseUrl>
Expand All @@ -12,7 +12,9 @@
<description>A .NET Core middleware for injecting the Owasp recommended HTTP Headers for increased security</description>
<tags>OWASP Http-headers Security ASP-NET-Core Middleware</tags>
<dependencies>
<dependency id="Microsoft.AspNetCore.All" version="2.0.0" />
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="2.0.0" />
</group>
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 6d4d06a

Please sign in to comment.