|
35 | 35 | <WarningLevel>4</WarningLevel> |
36 | 36 | </PropertyGroup> |
37 | 37 | <ItemGroup> |
38 | | - <Reference Include="Abp, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> |
39 | | - <HintPath>..\packages\Abp.2.3.0\lib\net46\Abp.dll</HintPath> |
| 38 | + <Reference Include="Abp, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 39 | + <HintPath>..\packages\Abp.3.0.0\lib\netstandard2.0\Abp.dll</HintPath> |
40 | 40 | </Reference> |
41 | | - <Reference Include="Abp.AutoMapper, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> |
42 | | - <HintPath>..\packages\Abp.AutoMapper.2.3.0\lib\net46\Abp.AutoMapper.dll</HintPath> |
| 41 | + <Reference Include="Abp.AutoMapper, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 42 | + <HintPath>..\packages\Abp.AutoMapper.3.0.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath> |
43 | 43 | </Reference> |
44 | | - <Reference Include="Abp.Zero, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> |
45 | | - <HintPath>..\packages\Abp.Zero.2.3.0\lib\net46\Abp.Zero.dll</HintPath> |
| 44 | + <Reference Include="Abp.Zero, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 45 | + <HintPath>..\packages\Abp.Zero.3.0.0\lib\net461\Abp.Zero.dll</HintPath> |
46 | 46 | </Reference> |
47 | | - <Reference Include="Abp.Zero.Common, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL"> |
48 | | - <HintPath>..\packages\Abp.Zero.Common.2.3.0\lib\net46\Abp.Zero.Common.dll</HintPath> |
| 47 | + <Reference Include="Abp.Zero.Common, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 48 | + <HintPath>..\packages\Abp.Zero.Common.3.0.0\lib\netstandard2.0\Abp.Zero.Common.dll</HintPath> |
49 | 49 | </Reference> |
50 | 50 | <Reference Include="AutoMapper, Version=6.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL"> |
51 | 51 | <HintPath>..\packages\AutoMapper.6.1.1\lib\net45\AutoMapper.dll</HintPath> |
52 | 52 | </Reference> |
53 | | - <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
54 | | - <HintPath>..\packages\Castle.Core.4.0.0\lib\net45\Castle.Core.dll</HintPath> |
55 | | - <Private>True</Private> |
| 53 | + <Reference Include="Castle.Core, Version=4.1.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
| 54 | + <HintPath>..\packages\Castle.Core.4.1.1\lib\net45\Castle.Core.dll</HintPath> |
56 | 55 | </Reference> |
57 | 56 | <Reference Include="Castle.Facilities.Logging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
58 | 57 | <HintPath>..\packages\Castle.LoggingFacility.4.0.0\lib\net45\Castle.Facilities.Logging.dll</HintPath> |
|
69 | 68 | <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath> |
70 | 69 | <Private>True</Private> |
71 | 70 | </Reference> |
| 71 | + <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
| 72 | + <HintPath>..\packages\Microsoft.Extensions.Caching.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath> |
| 73 | + </Reference> |
| 74 | + <Reference Include="Microsoft.Extensions.Caching.Memory, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
| 75 | + <HintPath>..\packages\Microsoft.Extensions.Caching.Memory.2.0.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath> |
| 76 | + </Reference> |
| 77 | + <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
| 78 | + <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath> |
| 79 | + </Reference> |
| 80 | + <Reference Include="Microsoft.Extensions.Options, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
| 81 | + <HintPath>..\packages\Microsoft.Extensions.Options.2.0.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath> |
| 82 | + </Reference> |
| 83 | + <Reference Include="Microsoft.Extensions.Primitives, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
| 84 | + <HintPath>..\packages\Microsoft.Extensions.Primitives.2.0.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath> |
| 85 | + </Reference> |
72 | 86 | <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
73 | 87 | <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath> |
74 | 88 | <Private>True</Private> |
|
92 | 106 | <HintPath>..\packages\Nito.AsyncEx.4.0.1\lib\net45\Nito.AsyncEx.Concurrent.dll</HintPath> |
93 | 107 | <Private>True</Private> |
94 | 108 | </Reference> |
| 109 | + <Reference Include="Nito.AsyncEx.Context, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 110 | + <HintPath>..\packages\Nito.AsyncEx.Context.1.1.0\lib\net46\Nito.AsyncEx.Context.dll</HintPath> |
| 111 | + </Reference> |
| 112 | + <Reference Include="Nito.AsyncEx.Coordination, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL"> |
| 113 | + <HintPath>..\packages\Nito.AsyncEx.Coordination.1.0.2\lib\net46\Nito.AsyncEx.Coordination.dll</HintPath> |
| 114 | + </Reference> |
95 | 115 | <Reference Include="Nito.AsyncEx.Enlightenment, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
96 | 116 | <HintPath>..\packages\Nito.AsyncEx.4.0.1\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath> |
97 | 117 | <Private>True</Private> |
98 | 118 | </Reference> |
| 119 | + <Reference Include="Nito.AsyncEx.Tasks, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 120 | + <HintPath>..\packages\Nito.AsyncEx.Tasks.1.1.0\lib\net46\Nito.AsyncEx.Tasks.dll</HintPath> |
| 121 | + </Reference> |
| 122 | + <Reference Include="Nito.Collections.Deque, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 123 | + <HintPath>..\packages\Nito.Collections.Deque.1.0.0\lib\portable45-net45+win8+wp8+wpa81\Nito.Collections.Deque.dll</HintPath> |
| 124 | + </Reference> |
| 125 | + <Reference Include="Nito.Disposables, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 126 | + <HintPath>..\packages\Nito.Disposables.1.0.0\lib\portable45-net45+win8+wp8+wpa81\Nito.Disposables.dll</HintPath> |
| 127 | + </Reference> |
99 | 128 | <Reference Include="System" /> |
100 | | - <Reference Include="System.Collections.Immutable, Version=1.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
101 | | - <HintPath>..\packages\System.Collections.Immutable.1.3.1\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath> |
102 | | - <Private>True</Private> |
| 129 | + <Reference Include="System.Collections.Immutable, Version=1.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 130 | + <HintPath>..\packages\System.Collections.Immutable.1.4.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath> |
| 131 | + </Reference> |
| 132 | + <Reference Include="System.ComponentModel.Annotations, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 133 | + <HintPath>..\packages\System.ComponentModel.Annotations.4.4.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath> |
103 | 134 | </Reference> |
104 | 135 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
105 | 136 | <Reference Include="System.Configuration" /> |
| 137 | + <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 138 | + <HintPath>..\packages\System.Configuration.ConfigurationManager.4.4.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath> |
| 139 | + </Reference> |
106 | 140 | <Reference Include="System.Core" /> |
| 141 | + <Reference Include="System.Data.Common"> |
| 142 | + <HintPath>..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath> |
| 143 | + <Private>True</Private> |
| 144 | + </Reference> |
| 145 | + <Reference Include="System.Drawing" /> |
| 146 | + <Reference Include="System.IO.Compression.FileSystem" /> |
107 | 147 | <Reference Include="System.Linq.Dynamic.Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL"> |
108 | | - <HintPath>..\packages\System.Linq.Dynamic.Core.1.0.7.6\lib\net46\System.Linq.Dynamic.Core.dll</HintPath> |
| 148 | + <HintPath>..\packages\System.Linq.Dynamic.Core.1.0.7.7\lib\net46\System.Linq.Dynamic.Core.dll</HintPath> |
109 | 149 | </Reference> |
110 | 150 | <Reference Include="System.Net" /> |
| 151 | + <Reference Include="System.Numerics" /> |
111 | 152 | <Reference Include="System.Runtime.Caching" /> |
| 153 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 154 | + <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.4.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 155 | + </Reference> |
| 156 | + <Reference Include="System.Runtime.Serialization" /> |
| 157 | + <Reference Include="System.Runtime.Serialization.Formatters"> |
| 158 | + <HintPath>..\packages\System.Runtime.Serialization.Formatters.4.3.0\lib\net46\System.Runtime.Serialization.Formatters.dll</HintPath> |
| 159 | + <Private>True</Private> |
| 160 | + </Reference> |
| 161 | + <Reference Include="System.Runtime.Serialization.Primitives"> |
| 162 | + <HintPath>..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath> |
| 163 | + <Private>True</Private> |
| 164 | + </Reference> |
| 165 | + <Reference Include="System.Security.Claims"> |
| 166 | + <HintPath>..\packages\System.Security.Claims.4.3.0\lib\net46\System.Security.Claims.dll</HintPath> |
| 167 | + <Private>True</Private> |
| 168 | + </Reference> |
112 | 169 | <Reference Include="System.Transactions" /> |
113 | 170 | <Reference Include="System.Xml.Linq" /> |
114 | 171 | <Reference Include="System.Data.DataSetExtensions" /> |
115 | 172 | <Reference Include="Microsoft.CSharp" /> |
116 | 173 | <Reference Include="System.Data" /> |
117 | 174 | <Reference Include="System.Xml" /> |
| 175 | + <Reference Include="System.Xml.XmlDocument"> |
| 176 | + <HintPath>..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath> |
| 177 | + <Private>True</Private> |
| 178 | + </Reference> |
| 179 | + <Reference Include="System.Xml.XPath"> |
| 180 | + <HintPath>..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath> |
| 181 | + <Private>True</Private> |
| 182 | + </Reference> |
| 183 | + <Reference Include="System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 184 | + <HintPath>..\packages\System.Xml.XPath.XmlDocument.4.3.0\lib\net46\System.Xml.XPath.XmlDocument.dll</HintPath> |
| 185 | + </Reference> |
118 | 186 | </ItemGroup> |
119 | 187 | <ItemGroup> |
120 | 188 | <Compile Include="AbpProjectNameApplicationModule.cs" /> |
|
0 commit comments