Skip to content

Commit

Permalink
Removed duplicate import in packages.config
Browse files Browse the repository at this point in the history
<package id="AutoMapper" version="4.0.4" targetFramework="net45" />

This will allow the solution to build without seeing nuget errors.
  • Loading branch information
austindimmer committed Dec 4, 2015
1 parent 4923565 commit 6ed998d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IdentityServer3.Admin/Host/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
<package id="Owin" version="1.0" targetFramework="net451" />
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.2.202250711" targetFramework="net45" />
<package id="Thinktecture.IdentityServer3" version="1.4.1" targetFramework="net45" />
<package id="AutoMapper" version="4.0.4" targetFramework="net45" />
</packages>

0 comments on commit 6ed998d

Please sign in to comment.