Skip to content

Commit

Permalink
(feat) fixed net452 references
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeleusin committed Oct 27, 2017
1 parent 5f95c89 commit 4ac67bb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions nuspec/Sendgrid.9.9.0.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,22 @@
<copyright>SendGrid, Inc. 2017</copyright>
<tags>SendGrid Email Mail Microsoft Azure Transactional .NET Core</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
<group targetFramework="net45">
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
<group targetFramework="net40">
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="System.Net.Http" version="4.0.0" />
</group>
<group targetFramework=".NETStandard1.3">
<group targetFramework="netstandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="1.1.0" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Net.Http" targetFramework="net45" />
</frameworkAssemblies>
</metadata>
<files>
<file src="lib\net452\SendGrid.dll" target="lib\net452\SendGrid.dll" />
Expand Down

0 comments on commit 4ac67bb

Please sign in to comment.