Skip to content

Commit

Permalink
Changed nuspec to copy files to net472
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Oct 29, 2018
1 parent 3dd3a2d commit 427ac38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Elmah.Io.ElasticSearch/Elmah.Io.ElasticSearch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<projectUrl>https://github.com/elmahio/Elmah.Io.ElasticSearch</projectUrl>
</metadata>
<files>
<file src="bin\$Configuration$\Elmah.Io.ElasticSearch.dll" target="lib\net46\Elmah.Io.ElasticSearch.dll" />
<file src="bin\$Configuration$\Elmah.Io.ElasticSearch.pdb" target="lib\net46\Elmah.Io.ElasticSearch.pdb" />
<file src="bin\$Configuration$\Elmah.Io.ElasticSearch.dll" target="lib\net472\Elmah.Io.ElasticSearch.dll" />
<file src="bin\$Configuration$\Elmah.Io.ElasticSearch.pdb" target="lib\net472\Elmah.Io.ElasticSearch.pdb" />
</files>
</package>

0 comments on commit 427ac38

Please sign in to comment.