Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Update dependencies in nuspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jforsell committed Oct 10, 2016
1 parent 7d4f12e commit e89637c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/SymphonyOSS.RestApiClient/SymphonyOSS.RestApiClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@
<copyright>Copyright 2016</copyright>
<tags>Symphony API chat bot messaging</tags>
<dependencies>
<group targetFramework="net45">
<dependency id="RestSharp" version="105.2.3" />
<dependency id="Newtonsoft.Json" version="8.0.3" />
</group>
<group targetFramework="net45">
<dependency id="RestSharp" version="105.2.3" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" targetFramework="net45" />
</frameworkAssemblies>
</metadata>
</package>
</package>

0 comments on commit e89637c

Please sign in to comment.