diff --git a/CHANGELOG.md b/CHANGELOG.md index f704f0dd9..28821a66c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Update dependencies: #### Test: - [#341](https://github.com/influxdata/influxdb-client-csharp/pull/341): `WireMock.Net` to `1.5.3` - [#342](https://github.com/influxdata/influxdb-client-csharp/pull/342): `Moq` to `4.18.2` + - [#345](https://github.com/influxdata/influxdb-client-csharp/pull/345): `Microsoft.NET.Test.Sdk` to `17.3.0` ## 4.4.0 [2022-07-29] diff --git a/Client.Core.Test/Client.Core.Test.csproj b/Client.Core.Test/Client.Core.Test.csproj index 8a45541fb..7f0ef2c60 100644 --- a/Client.Core.Test/Client.Core.Test.csproj +++ b/Client.Core.Test/Client.Core.Test.csproj @@ -13,7 +13,7 @@ - + diff --git a/Client.Legacy.Test/Client.Legacy.Test.csproj b/Client.Legacy.Test/Client.Legacy.Test.csproj index 8239e6d28..cf4e81614 100644 --- a/Client.Legacy.Test/Client.Legacy.Test.csproj +++ b/Client.Legacy.Test/Client.Legacy.Test.csproj @@ -11,7 +11,7 @@ - + diff --git a/Client.Linq.Test/Client.Linq.Test.csproj b/Client.Linq.Test/Client.Linq.Test.csproj index 2ceb32d10..a33d670c6 100644 --- a/Client.Linq.Test/Client.Linq.Test.csproj +++ b/Client.Linq.Test/Client.Linq.Test.csproj @@ -11,7 +11,7 @@ - + diff --git a/Client.Test/Client.Test.csproj b/Client.Test/Client.Test.csproj index 0544ef3e7..fa97cc4ab 100644 --- a/Client.Test/Client.Test.csproj +++ b/Client.Test/Client.Test.csproj @@ -12,7 +12,7 @@ - +