File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ public async Task<FirewallListsAPIResponse> GetFirewallLists(string token)
6868 var response = await _httpClient . SendAsync ( request , cts . Token ) ;
6969 return APIHelper . ToAPIResponse < FirewallListsAPIResponse > ( response ) ;
7070 }
71- catch ( TaskCanceledException e )
71+ catch ( TaskCanceledException )
7272 {
7373 if ( ! cts . Token . IsCancellationRequested )
7474 return new FirewallListsAPIResponse { Success = false , Error = "timeout" } ;
7575
7676 throw ;
7777 }
78- catch ( Exception e )
78+ catch ( Exception )
7979 {
8080 throw ;
8181 }
Original file line number Diff line number Diff line change 2020 </frameworkReferences >
2121 <dependencies >
2222 <group targetFramework =" net8.0" >
23- <dependency id =" Lib.Harmony" version =" 2.3.3 " />
23+ <dependency id =" Lib.Harmony" version =" [ 2.3.5,) " />
2424 <dependency id =" Microsoft.AspNetCore.Hosting.Abstractions" version =" 2.2.0" />
2525 <dependency id =" Microsoft.AspNetCore.Http" version =" 2.2.2" />
2626 <dependency id =" Microsoft.AspNetCore.Routing" version =" 2.2.2" />
3131 <dependency id =" Microsoft.Extensions.Logging" version =" 8.0.0" />
3232 </group >
3333 <group targetFramework =" net7.0" >
34- <dependency id =" Lib.Harmony" version =" 2.3.3 " />
34+ <dependency id =" Lib.Harmony" version =" [ 2.3.5,) " />
3535 <dependency id =" Microsoft.AspNetCore.Hosting.Abstractions" version =" 2.2.0" />
3636 <dependency id =" Microsoft.AspNetCore.Http" version =" 2.2.2" />
3737 <dependency id =" Microsoft.AspNetCore.Routing" version =" 2.2.2" />
4242 <dependency id =" Microsoft.Extensions.Logging" version =" 8.0.0" />
4343 </group >
4444 <group targetFramework =" net6.0" >
45- <dependency id =" Lib.Harmony" version =" 2.3.3 " />
45+ <dependency id =" Lib.Harmony" version =" [ 2.3.5,) " />
4646 <dependency id =" Microsoft.AspNetCore.Hosting.Abstractions" version =" 2.2.0" />
4747 <dependency id =" Microsoft.AspNetCore.Http" version =" 2.2.2" />
4848 <dependency id =" Microsoft.AspNetCore.Routing" version =" 2.2.2" />
Original file line number Diff line number Diff line change 1+ Subproject commit 1d4ccdd86b23f9aa567208163d38cc3a916af71a
You can’t perform that action at this time.
0 commit comments