Skip to content

Commit

Permalink
Updating the ApiHub SDK in test project
Browse files Browse the repository at this point in the history
  • Loading branch information
safihamid committed May 17, 2016
1 parent 3ed5bb0 commit b8d82fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Azure.ApiHub.Sdk, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Microsoft.Azure.ApiHub.Sdk.0.6.2\tools\Microsoft.Azure.ApiHub.Sdk.dll</HintPath>
<HintPath>..\..\packages\Microsoft.Azure.ApiHub.Sdk.0.6.5-alpha\lib\net45\Microsoft.Azure.ApiHub.Sdk.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Azure.Documents.Client, Version=1.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.Azure.DocumentDB.1.6.3\lib\net45\Microsoft.Azure.Documents.Client.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion test/WebJobs.Script.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
<package id="Microsoft.AspNet.WebHooks.Common" version="1.2.0-rc1" targetFramework="net46" />
<package id="Microsoft.AspNet.WebHooks.Receivers" version="1.2.0-beta6" targetFramework="net46" />
<package id="Microsoft.Azure.ApiHub.Sdk" version="0.6.2" targetFramework="net46" />
<package id="Microsoft.Azure.ApiHub.Sdk" version="0.6.5-alpha" targetFramework="net46" />
<package id="Microsoft.Azure.DocumentDB" version="1.6.3" targetFramework="net46" />
<package id="Microsoft.Azure.Mobile.Client" version="2.0.1" targetFramework="net46" />
<package id="Microsoft.Azure.NotificationHubs" version="1.0.3" targetFramework="net46" />
Expand Down

0 comments on commit b8d82fd

Please sign in to comment.