File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Update dependencies:
1414
1515#### Build:
1616 - [ #650 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/650 ) : ` RestSharp ` to ` 111.4.0 `
17+ - [ #655 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/655 ) : ` Microsoft.Extensions.ObjectPool ` to ` 8.0.7 `
1718
1819#### Test:
1920 - [ #652 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/652 ) : ` NUnit3TestAdapter ` to ` 4.6.0 `
Original file line number Diff line number Diff line change 4040
4141 <ItemGroup >
4242 <PackageReference Include =" JsonSubTypes" Version =" 2.0.1" />
43- <PackageReference Include =" Microsoft.Extensions.ObjectPool" Version =" 8.0.6 " />
43+ <PackageReference Include =" Microsoft.Extensions.ObjectPool" Version =" 8.0.7 " />
4444 <PackageReference Include =" Microsoft.Net.Http.Headers" Version =" 2.2.8" />
4545 <PackageReference Include =" System.Collections.Immutable" Version =" 8.0.0" />
4646 <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 8.0.0" />
You can’t perform that action at this time.
0 commit comments