|
31 | 31 | <WarningLevel>4</WarningLevel> |
32 | 32 | </PropertyGroup> |
33 | 33 | <ItemGroup> |
34 | | - <Reference Include="ServiceStack, Version=3.9.11.0, Culture=neutral, processorArchitecture=MSIL"> |
35 | | - <HintPath>..\..\packages\ServiceStack.3.9.11\lib\net35\ServiceStack.dll</HintPath> |
| 34 | + <Reference Include="ServiceStack"> |
| 35 | + <HintPath>..\packages\ServiceStack.3.9.32\lib\net35\ServiceStack.dll</HintPath> |
36 | 36 | </Reference> |
37 | | - <Reference Include="ServiceStack.Common, Version=3.9.9.0, Culture=neutral, processorArchitecture=MSIL"> |
38 | | - <HintPath>..\..\packages\ServiceStack.Common.3.9.11\lib\net35\ServiceStack.Common.dll</HintPath> |
| 37 | + <Reference Include="ServiceStack.Common"> |
| 38 | + <HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Common.dll</HintPath> |
39 | 39 | </Reference> |
40 | | - <Reference Include="ServiceStack.Interfaces, Version=3.9.9.0, Culture=neutral, processorArchitecture=MSIL"> |
41 | | - <HintPath>..\..\packages\ServiceStack.Common.3.9.11\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
| 40 | + <Reference Include="ServiceStack.Interfaces"> |
| 41 | + <HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
| 42 | + </Reference> |
| 43 | + <Reference Include="ServiceStack.OrmLite"> |
| 44 | + <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.32\lib\ServiceStack.OrmLite.dll</HintPath> |
42 | 45 | </Reference> |
43 | 46 | <Reference Include="ServiceStack.OrmLite.SqlServer"> |
44 | | - <HintPath>..\..\packages\ServiceStack.OrmLite.SqlServer.3.9.9\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath> |
| 47 | + <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.32\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath> |
45 | 48 | </Reference> |
46 | 49 | <Reference Include="ServiceStack.Redis"> |
47 | | - <HintPath>..\..\packages\ServiceStack.Redis.3.9.11\lib\net35\ServiceStack.Redis.dll</HintPath> |
| 50 | + <HintPath>..\packages\ServiceStack.Redis.3.9.32\lib\net35\ServiceStack.Redis.dll</HintPath> |
48 | 51 | </Reference> |
49 | | - <Reference Include="ServiceStack.ServiceInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
50 | | - <HintPath>..\..\packages\ServiceStack.3.9.11\lib\net35\ServiceStack.ServiceInterface.dll</HintPath> |
| 52 | + <Reference Include="ServiceStack.ServiceInterface"> |
| 53 | + <HintPath>..\packages\ServiceStack.3.9.32\lib\net35\ServiceStack.ServiceInterface.dll</HintPath> |
51 | 54 | </Reference> |
52 | | - <Reference Include="ServiceStack.Text, Version=3.9.11.0, Culture=neutral, processorArchitecture=MSIL"> |
53 | | - <HintPath>..\..\packages\ServiceStack.Text.3.9.11\lib\net35\ServiceStack.Text.dll</HintPath> |
| 55 | + <Reference Include="ServiceStack.Text"> |
| 56 | + <HintPath>..\packages\ServiceStack.Text.3.9.32\lib\net35\ServiceStack.Text.dll</HintPath> |
54 | 57 | </Reference> |
55 | 58 | <Reference Include="System" /> |
56 | 59 | <Reference Include="System.Core" /> |
|
0 commit comments