diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a3642d..4cfcd016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 6.5.1 +- Add net461 to the target frameworks list to force the usage of `System.Text.Json` rather than `Newtonsoft.Json`. + ### 6.5.0 - Replace `FileSystemWatcher` with file polling in local file override data source. diff --git a/appveyor.yml b/appveyor.yml index 1aaa4235..e4784243 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ environment: - build_version: 6.5.0 + build_version: 6.5.1 version: $(build_version)-{build} image: Visual Studio 2022 configuration: Release diff --git a/src/ConfigCatClient/ConfigCatClient.csproj b/src/ConfigCatClient/ConfigCatClient.csproj index 7c0447dd..a9e16abb 100644 --- a/src/ConfigCatClient/ConfigCatClient.csproj +++ b/src/ConfigCatClient/ConfigCatClient.csproj @@ -1,6 +1,6 @@ - net45;netstandard2.0;netstandard2.1;net5.0;net6.0 + net45;net461;netstandard2.0;netstandard2.1;net5.0;net6.0 ConfigCat.Client ConfigCat.Client true