|
50 | 50 | <HintPath>..\..\packages\Microsoft.Azure.WebJobs.2.0.0-beta2-10472\lib\net45\Microsoft.Azure.WebJobs.Host.dll</HintPath>
|
51 | 51 | <Private>True</Private>
|
52 | 52 | </Reference>
|
| 53 | + <Reference Include="Microsoft.Bot.Connector.DirectLine, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 54 | + <HintPath>..\..\packages\Microsoft.Bot.Connector.DirectLine.3.0.0-beta\lib\net45\Microsoft.Bot.Connector.DirectLine.dll</HintPath> |
| 55 | + <Private>True</Private> |
| 56 | + </Reference> |
53 | 57 | <Reference Include="Microsoft.Data.Edm, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
54 | 58 | <HintPath>..\..\packages\Microsoft.Data.Edm.5.8.1\lib\net40\Microsoft.Data.Edm.dll</HintPath>
|
55 | 59 | <Private>True</Private>
|
|
62 | 66 | <HintPath>..\..\packages\Microsoft.Data.Services.Client.5.8.1\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
|
63 | 67 | <Private>True</Private>
|
64 | 68 | </Reference>
|
| 69 | + <Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 70 | + <HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.2\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath> |
| 71 | + <Private>True</Private> |
| 72 | + </Reference> |
65 | 73 | <Reference Include="Microsoft.WindowsAzure.Storage, Version=7.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
66 | 74 | <HintPath>..\..\packages\WindowsAzure.Storage.7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
|
67 | 75 | <Private>True</Private>
|
|
72 | 80 | </Reference>
|
73 | 81 | <Reference Include="System" />
|
74 | 82 | <Reference Include="System.Core" />
|
| 83 | + <Reference Include="System.Net" /> |
| 84 | + <Reference Include="System.Net.Http.WebRequest" /> |
| 85 | + <Reference Include="System.Runtime.Serialization" /> |
75 | 86 | <Reference Include="System.Spatial, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
76 | 87 | <HintPath>..\..\packages\System.Spatial.5.8.1\lib\net40\System.Spatial.dll</HintPath>
|
77 | 88 | <Private>True</Private>
|
|
0 commit comments