diff options
author | Brandon West <brawest@gmail.com> | 2014-06-14 12:55:35 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-06-14 12:55:35 -0600 |
commit | 1043f7dd14bccbb2b9aaecdf32edecc9b0aa9eb6 (patch) | |
tree | 51ccb707f8e8400cfaacc93a5faaa550af960505 /SendGrid | |
parent | 096da08e437ea5d1da45b8a4ddac278534b59b21 (diff) | |
download | sendgrid-csharp-1043f7dd14bccbb2b9aaecdf32edecc9b0aa9eb6.zip sendgrid-csharp-1043f7dd14bccbb2b9aaecdf32edecc9b0aa9eb6.tar.gz sendgrid-csharp-1043f7dd14bccbb2b9aaecdf32edecc9b0aa9eb6.tar.bz2 |
update hintpaths
Diffstat (limited to 'SendGrid')
-rw-r--r-- | SendGrid/Tests/Tests.csproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/SendGrid/Tests/Tests.csproj b/SendGrid/Tests/Tests.csproj index ab14452..2896ad9 100644 --- a/SendGrid/Tests/Tests.csproj +++ b/SendGrid/Tests/Tests.csproj @@ -71,8 +71,9 @@ <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.165\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
</Reference>
- <Reference Include="Moq">
- <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
+ <Reference Include="Moq, Version=4.2.1402.2112, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
|