|
55 | 55 | <HintPath>..\..\lib\net45\ServiceStack.Text.dll</HintPath> |
56 | 56 | </Reference> |
57 | 57 | <Reference Include="System" /> |
| 58 | + <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"> |
| 59 | + <HintPath>..\..\src\packages\System.Buffers.4.4.0\lib\netstandard1.1\System.Buffers.dll</HintPath> |
| 60 | + <Private>True</Private> |
| 61 | + </Reference> |
58 | 62 | <Reference Include="System.Core" /> |
| 63 | + <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"> |
| 64 | + <HintPath>..\..\src\packages\System.Memory.4.5.1\lib\netstandard1.1\System.Memory.dll</HintPath> |
| 65 | + <Private>True</Private> |
| 66 | + </Reference> |
| 67 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 68 | + <HintPath>..\..\src\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 69 | + <Private>True</Private> |
| 70 | + </Reference> |
59 | 71 | <Reference Include="System.Xml.Linq" /> |
60 | 72 | <Reference Include="System.Data.DataSetExtensions" /> |
61 | 73 | <Reference Include="Microsoft.CSharp" /> |
|
64 | 76 | </ItemGroup> |
65 | 77 | <ItemGroup> |
66 | 78 | <Compile Include="BlockingPop.cs" /> |
| 79 | + <Compile Include="BrPopAfterReconnection.cs" /> |
67 | 80 | <Compile Include="ForceFailover.cs" /> |
68 | 81 | <Compile Include="MasterFailoverWithPassword.cs" /> |
69 | 82 | <Compile Include="NetworkRedisSentinelFailoverTests.cs" /> |
|
84 | 97 | </ItemGroup> |
85 | 98 | <ItemGroup> |
86 | 99 | <None Include="App.config" /> |
| 100 | + <None Include="packages.config" /> |
87 | 101 | </ItemGroup> |
88 | 102 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
89 | 103 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments