File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 </PropertyGroup >
4040
4141 <ItemGroup >
42- <PackageReference Include =" Chaos-Networking" Version =" 2.4.1 " />
42+ <PackageReference Include =" Chaos-Networking" Version =" 2.4.3 " />
4343 <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 6.0.0-preview3.24332.3" />
4444 <PackageReference Include =" Microsoft.DependencyValidation.Analyzers" Version =" 0.11.0" />
4545 <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.0" >
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public static bool ClientOnBlackList(string remoteIp)
7777 SentrySdk . CaptureException ( ex ) ;
7878 }
7979
80- return true ;
80+ return false ;
8181 }
8282
8383 private static async Task < T > ExecuteWithRetry < T > ( Func < T > operation , int maxRetries = 3 )
Original file line number Diff line number Diff line change 4040 </PropertyGroup >
4141
4242 <ItemGroup >
43- <PackageReference Include =" Chaos-Networking" Version =" 2.4.1 " />
43+ <PackageReference Include =" Chaos-Networking" Version =" 2.4.3 " />
4444 <PackageReference Include =" Dapper.StrongName" Version =" 2.1.35" />
4545 <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 6.0.0-preview3.24332.3" />
4646 <PackageReference Include =" Microsoft.DependencyValidation.Analyzers" Version =" 0.11.0" />
Original file line number Diff line number Diff line change 1818 </PropertyGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" Chaos-Networking" Version =" 2.4.1 " />
21+ <PackageReference Include =" Chaos-Networking" Version =" 2.4.3 " />
2222 <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 6.0.0-preview3.24332.3" />
2323 <PackageReference Include =" Microsoft.DependencyValidation.Analyzers" Version =" 0.11.0" />
2424 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
You can’t perform that action at this time.
0 commit comments