Skip to content

Commit

Permalink
Merge pull request #240 from larsw/patch-1
Browse files Browse the repository at this point in the history
Added ref to missing System.Diagnostics.DiagnosticSource
  • Loading branch information
cskardon committed Oct 16, 2017
2 parents 3ccfbe9 + c5134e9 commit a4d2bd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Neo4jClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency id="System.Threading" version="4.0.11" />
<dependency id="System.Threading.Tasks" version="4.0.11" />
</group>
<group targetFramework="netstandard1.0">
<group targetFramework="netstandard1.1">
<dependency id="Microsoft.CSharp" version="4.0.1" />
<dependency id="Microsoft.VisualBasic" version="10.0.1" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
Expand All @@ -49,6 +49,7 @@
<dependency id="System.ComponentModel.Annotations" version="4.1.0" />
<dependency id="System.ComponentModel.TypeConverter" version="4.1.0" />
<dependency id="System.Diagnostics.Debug" version="4.0.11" />
<dependency id="System.Diagnostics.DiagnosticSource" version="4.4.1" />
<dependency id="System.Dynamic.Runtime" version="4.0.11" />
<dependency id="System.Globalization" version="4.0.11" />
<dependency id="System.IO" version="4.1.0" />
Expand Down Expand Up @@ -84,4 +85,4 @@
<file src="Neo4jClient\bin\$configuration$\Neo4jClient.pdb" target="lib\netstandard1.0" />
<file src="Neo4jClient\bin\$configuration$\Neo4jClient.xml" target="lib\netstandard1.0" />
</files>
</package>
</package>

0 comments on commit a4d2bd1

Please sign in to comment.