|
36 | 36 | <Prefer32Bit>false</Prefer32Bit> |
37 | 37 | </PropertyGroup> |
38 | 38 | <ItemGroup> |
| 39 | + <Reference Include="LazyCache, Version=2.4.0.174, Culture=neutral, processorArchitecture=MSIL"> |
| 40 | + <HintPath>..\packages\LazyCache.2.4.0\lib\netstandard2.0\LazyCache.dll</HintPath> |
| 41 | + </Reference> |
| 42 | + <Reference Include="LazyCache.AspNetCore, Version=2.4.0.174, Culture=neutral, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\packages\LazyCache.AspNetCore.2.4.0\lib\netstandard2.0\LazyCache.AspNetCore.dll</HintPath> |
| 44 | + </Reference> |
| 45 | + <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\packages\Microsoft.Extensions.Caching.Abstractions.2.1.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath> |
| 47 | + </Reference> |
| 48 | + <Reference Include="Microsoft.Extensions.Caching.Memory, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\packages\Microsoft.Extensions.Caching.Memory.2.1.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.1.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath> |
| 53 | + </Reference> |
| 54 | + <Reference Include="Microsoft.Extensions.Options, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\packages\Microsoft.Extensions.Options.2.1.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath> |
| 56 | + </Reference> |
| 57 | + <Reference Include="Microsoft.Extensions.Primitives, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
| 58 | + <HintPath>..\packages\Microsoft.Extensions.Primitives.2.1.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath> |
| 59 | + </Reference> |
39 | 60 | <Reference Include="System" /> |
| 61 | + <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 62 | + <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath> |
| 63 | + </Reference> |
40 | 64 | <Reference Include="System.Configuration" /> |
41 | 65 | <Reference Include="System.Core" /> |
42 | 66 | <Reference Include="System.IdentityModel" /> |
43 | 67 | <Reference Include="System.IdentityModel.Selectors" /> |
| 68 | + <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 69 | + <HintPath>..\packages\System.Memory.4.5.0\lib\netstandard2.0\System.Memory.dll</HintPath> |
| 70 | + </Reference> |
| 71 | + <Reference Include="System.Numerics" /> |
| 72 | + <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 73 | + <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath> |
| 74 | + </Reference> |
| 75 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 76 | + <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 77 | + </Reference> |
44 | 78 | <Reference Include="System.Runtime.Serialization" /> |
45 | 79 | <Reference Include="System.Security" /> |
46 | 80 | <Reference Include="System.ServiceModel" /> |
|
0 commit comments