File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Update dependencies:
10
10
#### Test:
11
11
- [ #608 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/608 ) : ` NUnit ` to ` 3.14.0 `
12
12
- [ #616 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/616 ) : ` Microsoft.NET.Test.Sdk ` to ` 17.9.0 `
13
- - [ #618 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/618 ) : ` coverlet.collector ` to ` 6.0.1 `
13
+ - [ #626 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/626 ) : ` coverlet.collector ` to ` 6.0.2 `
14
14
- [ #628 ] ( https://github.com/influxdata/influxdb-client-csharp/pull/628 ) : ` WireMock.Net ` to ` 1.5.51 `
15
15
16
16
#### Examples:
Original file line number Diff line number Diff line change 28
28
</PropertyGroup >
29
29
30
30
<ItemGroup Condition =" $(NetCore5PlusFrameworks.Contains('|$(TargetFramework)|'))" >
31
- <PackageReference Include =" coverlet.collector" Version =" 6.0.1 " >
31
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
32
32
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
33
33
<PrivateAssets >all</PrivateAssets >
34
34
</PackageReference >
Original file line number Diff line number Diff line change 25
25
</PropertyGroup >
26
26
27
27
<ItemGroup Condition =" $(NetCore5PlusFrameworks.Contains('|$(TargetFramework)|'))" >
28
- <PackageReference Include =" coverlet.collector" Version =" 6.0.1 " >
28
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
29
29
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
30
30
<PrivateAssets >all</PrivateAssets >
31
31
</PackageReference >
Original file line number Diff line number Diff line change 27
27
</PropertyGroup >
28
28
29
29
<ItemGroup Condition =" $(NetCore5PlusFrameworks.Contains('|$(TargetFramework)|'))" >
30
- <PackageReference Include =" coverlet.collector" Version =" 6.0.1 " >
30
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
31
31
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
32
32
<PrivateAssets >all</PrivateAssets >
33
33
</PackageReference >
Original file line number Diff line number Diff line change 28
28
</PropertyGroup >
29
29
30
30
<ItemGroup Condition =" $(NetCore5PlusFrameworks.Contains('|$(TargetFramework)|'))" >
31
- <PackageReference Include =" coverlet.collector" Version =" 6.0.1 " >
31
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
32
32
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
33
33
<PrivateAssets >all</PrivateAssets >
34
34
</PackageReference >
You can’t perform that action at this time.
0 commit comments