Skip to content

Commit

Permalink
Specify min version for WebActivatorEx to keep Nuget happy
Browse files Browse the repository at this point in the history
  • Loading branch information
domaindrivendev committed Jul 8, 2017
1 parent 4110fe2 commit 0996fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swashbuckle.WebHost/Swashbuckle.nuspec
Expand Up @@ -14,7 +14,7 @@
<tags>Swagger SwaggerUi Documentation Discovery Help WebApi AspNet AspNetWebApi Docs WebHost IIS</tags>
<dependencies>
<dependency id="Microsoft.AspNet.WebApi.WebHost" version="4.0.20710" />
<dependency id="WebActivatorEx" />
<dependency id="WebActivatorEx" version="2.0.0" />
<dependency id="Swashbuckle.Core" version="5.6.0" />
</dependencies>
</metadata>
Expand Down

0 comments on commit 0996fa3

Please sign in to comment.