File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Update dependencies:
12
12
#### Build:
13
13
- [ #588 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/588 ) : ` Microsoft.Extensions.ObjectPool ` to ` 7.0.13 `
14
14
- [ #572 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/572 ) : ` NodaTime.Serialization.JsonNet ` to ` 3.1.0 `
15
+ - [ #595 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/595 ) : ` System.Collections.Immutable ` to ` 8.0.0 `
15
16
16
17
#### Examples:
17
18
- [ #593 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/593 ) : ` Radzen.Blazor ` to ` 4.22.1 `
Original file line number Diff line number Diff line change 38
38
<PackageReference Include =" JsonSubTypes" Version =" 2.0.1" />
39
39
<PackageReference Include =" Microsoft.Extensions.ObjectPool" Version =" 7.0.13" />
40
40
<PackageReference Include =" Microsoft.Net.Http.Headers" Version =" 2.2.8" />
41
- <PackageReference Include =" System.Collections.Immutable" Version =" 6 .0.0" />
41
+ <PackageReference Include =" System.Collections.Immutable" Version =" 8 .0.0" />
42
42
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 6.0.1" />
43
43
<PackageReference Include =" System.Reactive" Version =" 6.0.0" />
44
44
</ItemGroup >
You can’t perform that action at this time.
0 commit comments