|
33 | 33 | <ItemGroup>
|
34 | 34 | <Reference Include="mscorlib" />
|
35 | 35 | <Reference Include="ServiceStack, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587">
|
36 |
| - <HintPath>..\packages\ServiceStack.5.4.0\lib\net45\ServiceStack.dll</HintPath> |
| 36 | + <HintPath>..\packages\ServiceStack.5.5.0\lib\net45\ServiceStack.dll</HintPath> |
37 | 37 | <Private>True</Private>
|
38 | 38 | </Reference>
|
39 | 39 | <Reference Include="ServiceStack.Client, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587">
|
40 |
| - <HintPath>..\packages\ServiceStack.Client.5.4.0\lib\net45\ServiceStack.Client.dll</HintPath> |
| 40 | + <HintPath>..\packages\ServiceStack.Client.5.5.0\lib\net45\ServiceStack.Client.dll</HintPath> |
41 | 41 | <Private>True</Private>
|
42 | 42 | </Reference>
|
43 | 43 | <Reference Include="ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587">
|
44 |
| - <HintPath>..\packages\ServiceStack.Common.5.4.0\lib\net45\ServiceStack.Common.dll</HintPath> |
| 44 | + <HintPath>..\packages\ServiceStack.Common.5.5.0\lib\net45\ServiceStack.Common.dll</HintPath> |
45 | 45 | <Private>True</Private>
|
46 | 46 | </Reference>
|
47 | 47 | <Reference Include="ServiceStack.Interfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587">
|
48 |
| - <HintPath>..\packages\ServiceStack.Interfaces.5.4.0\lib\net45\ServiceStack.Interfaces.dll</HintPath> |
| 48 | + <HintPath>..\packages\ServiceStack.Interfaces.5.5.0\lib\net45\ServiceStack.Interfaces.dll</HintPath> |
49 | 49 | <Private>True</Private>
|
50 | 50 | </Reference>
|
51 | 51 | <Reference Include="ServiceStack.OrmLite, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587">
|
52 |
| - <HintPath>..\packages\ServiceStack.OrmLite.5.4.0\lib\net45\ServiceStack.OrmLite.dll</HintPath> |
| 52 | + <HintPath>..\packages\ServiceStack.OrmLite.5.5.0\lib\net45\ServiceStack.OrmLite.dll</HintPath> |
53 | 53 | <Private>True</Private>
|
54 | 54 | </Reference>
|
55 | 55 | <Reference Include="ServiceStack.Redis, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587">
|
56 |
| - <HintPath>..\packages\ServiceStack.Redis.5.4.0\lib\net45\ServiceStack.Redis.dll</HintPath> |
| 56 | + <HintPath>..\packages\ServiceStack.Redis.5.5.0\lib\net45\ServiceStack.Redis.dll</HintPath> |
57 | 57 | <Private>True</Private>
|
58 | 58 | </Reference>
|
59 | 59 | <Reference Include="ServiceStack.Server, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587">
|
60 |
| - <HintPath>..\packages\ServiceStack.Server.5.4.0\lib\net45\ServiceStack.Server.dll</HintPath> |
| 60 | + <HintPath>..\packages\ServiceStack.Server.5.5.0\lib\net45\ServiceStack.Server.dll</HintPath> |
61 | 61 | <Private>True</Private>
|
62 | 62 | </Reference>
|
63 | 63 | <Reference Include="ServiceStack.Text, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587">
|
64 |
| - <HintPath>..\packages\ServiceStack.Text.5.4.0\lib\net45\ServiceStack.Text.dll</HintPath> |
| 64 | + <HintPath>..\packages\ServiceStack.Text.5.5.0\lib\net45\ServiceStack.Text.dll</HintPath> |
65 | 65 | <Private>True</Private>
|
66 | 66 | </Reference>
|
67 | 67 | <Reference Include="System" />
|
68 | 68 | <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
69 | 69 | <HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
|
70 | 70 | </Reference>
|
71 |
| - <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
72 |
| - <HintPath>..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll</HintPath> |
| 71 | + <Reference Include="System.ComponentModel.DataAnnotations" /> |
| 72 | + <Reference Include="System.Configuration" /> |
| 73 | + <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"> |
| 74 | + <HintPath>..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll</HintPath> |
| 75 | + <Private>True</Private> |
73 | 76 | </Reference>
|
74 | 77 | <Reference Include="System.Net" />
|
75 | 78 | <Reference Include="System.Core" />
|
76 | 79 | <Reference Include="System.Numerics" />
|
77 | 80 | <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
78 | 81 | <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
79 | 82 | </Reference>
|
80 |
| - <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
81 |
| - <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.1\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 83 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 84 | + <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 85 | + <Private>True</Private> |
82 | 86 | </Reference>
|
| 87 | + <Reference Include="System.ServiceModel" /> |
| 88 | + <Reference Include="System.Threading" /> |
| 89 | + <Reference Include="System.Threading.Tasks" /> |
83 | 90 | <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
|
84 | 91 | <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
|
85 | 92 | <Private>True</Private>
|
86 | 93 | </Reference>
|
| 94 | + <Reference Include="System.Web" /> |
87 | 95 | <Reference Include="System.Xml.Linq" />
|
88 | 96 | <Reference Include="System.Data.DataSetExtensions" />
|
89 | 97 | <Reference Include="Microsoft.CSharp" />
|
|
0 commit comments