diff options
-rw-r--r--[-rwxr-xr-x] | SendGrid/Tests/packages.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SendGrid/Tests/packages.config b/SendGrid/Tests/packages.config index be890f5..c54cf7e 100755..100644 --- a/SendGrid/Tests/packages.config +++ b/SendGrid/Tests/packages.config @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="utf-8"?>
<packages>
+ <package id="Microsoft.Bcl" version="1.0.19" targetFramework="net40" />
+ <package id="Microsoft.Bcl.Async" version="1.0.16" targetFramework="net40" />
+ <package id="Microsoft.Bcl.Build" version="1.0.10" targetFramework="net40" />
<package id="Moq" version="4.0.10827" />
<package id="NUnit" version="2.5.10.11092" />
</packages>
\ No newline at end of file |