File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
### Dependencies
4
4
Update dependencies:
5
5
6
+ #### Build:
7
+ - [ #343 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/343 ) : ` Microsoft.Extensions.ObjectPool ` to ` 6.0.8 `
8
+
6
9
#### Test:
7
10
- [ #341 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/341 ) : ` WireMock.Net ` to ` 1.5.3 `
8
11
- [ #342 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/342 ) : ` Moq ` to ` 4.18.2 `
Original file line number Diff line number Diff line change 34
34
35
35
<ItemGroup >
36
36
<PackageReference Include =" JsonSubTypes" Version =" 1.9.0" />
37
- <PackageReference Include =" Microsoft.Extensions.ObjectPool" Version =" 6.0.7 " />
37
+ <PackageReference Include =" Microsoft.Extensions.ObjectPool" Version =" 6.0.8 " />
38
38
<PackageReference Include =" Microsoft.Net.Http.Headers" Version =" 2.2.8" />
39
39
<PackageReference Include =" System.Collections.Immutable" Version =" 6.0.0" />
40
40
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 6.0.0" />
You can’t perform that action at this time.
0 commit comments