|
35 | 35 | <Prefer32Bit>false</Prefer32Bit> |
36 | 36 | </PropertyGroup> |
37 | 37 | <ItemGroup> |
38 | | - <Reference Include="Autofac"> |
39 | | - <HintPath>..\..\packages\Autofac.3.5.0\lib\net40\Autofac.dll</HintPath> |
| 38 | + <Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
| 39 | + <SpecificVersion>False</SpecificVersion> |
| 40 | + <HintPath>..\..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath> |
40 | 41 | </Reference> |
41 | | - <Reference Include="Microsoft.AspNet.SignalR.Core"> |
42 | | - <HintPath>..\..\packages\Microsoft.AspNet.SignalR.Core.2.1.0\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath> |
| 42 | + <Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 43 | + <SpecificVersion>False</SpecificVersion> |
| 44 | + <HintPath>..\..\packages\Microsoft.AspNet.SignalR.Core.2.2.0\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath> |
43 | 45 | </Reference> |
44 | | - <Reference Include="Microsoft.Owin"> |
45 | | - <HintPath>..\..\packages\Microsoft.Owin.2.0.1\lib\net45\Microsoft.Owin.dll</HintPath> |
| 46 | + <Reference Include="Microsoft.Owin, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 47 | + <SpecificVersion>False</SpecificVersion> |
| 48 | + <HintPath>..\..\packages\Microsoft.Owin.3.0.0\lib\net45\Microsoft.Owin.dll</HintPath> |
46 | 49 | </Reference> |
47 | | - <Reference Include="Microsoft.Owin.Security"> |
48 | | - <HintPath>..\..\packages\Microsoft.Owin.Security.2.0.1\lib\net45\Microsoft.Owin.Security.dll</HintPath> |
| 50 | + <Reference Include="Microsoft.Owin.Security, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 51 | + <SpecificVersion>False</SpecificVersion> |
| 52 | + <HintPath>..\..\packages\Microsoft.Owin.Security.3.0.0\lib\net45\Microsoft.Owin.Security.dll</HintPath> |
49 | 53 | </Reference> |
50 | | - <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
51 | | - <HintPath>..\..\packages\Newtonsoft.Json.5.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 54 | + <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 55 | + <SpecificVersion>False</SpecificVersion> |
| 56 | + <HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
52 | 57 | </Reference> |
53 | 58 | <Reference Include="Owin"> |
54 | 59 | <HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath> |
|
0 commit comments