Skip to content

Commit c2778f8

Browse files
committed
Updated nuspec - added dependency on Polly
1 parent 6cce267 commit c2778f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nuspec/Sendgrid.9.5.0.nuspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@
2020
<group targetFramework=".NETFramework4.0">
2121
<dependency id="Newtonsoft.Json" version="9.0.1" />
2222
<dependency id="System.Net.Http" version="4.0.0" />
23+
<dependency id="Polly" version="5.2.0" />
2324
</group>
2425
<group targetFramework=".NETStandard1.3">
2526
<dependency id="NETStandard.Library" version="1.6.1" />
2627
<dependency id="Newtonsoft.Json" version="9.0.1" />
2728
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="1.1.0" />
29+
<dependency id="Polly" version="5.2.0" />
2830
</group>
2931
</dependencies>
3032
</metadata>

0 commit comments

Comments
 (0)