From f4d49436fc106afa75173843020cccc6babb62c6 Mon Sep 17 00:00:00 2001
From: Christian Kadluba <10721825+ckadluba@users.noreply.github.com>
Date: Wed, 22 Oct 2025 15:15:17 +0200
Subject: [PATCH] Fixed issue #642: package downgrade error
* Updated System.Configuration.ConfigurationManager to 9.0.10 to fix issue #642
* Updated sample apps to .NET 9
* Updated CHANGES.md
No major version bump because System.Configuration.ConfigurationManager 9.0.4 was already referenced transitively.
---
CHANGES.md | 4 ++++
Directory.Packages.props | 4 ++--
sample/CombinedConfigDemo/CombinedConfigDemo.csproj | 2 +-
.../CustomLogEventFormatterDemo.csproj | 2 +-
.../NetStandardDemoApp/NetStandardDemoApp.csproj | 2 +-
sample/WorkerServiceDemo/WorkerServiceDemo.csproj | 2 +-
6 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 8ccbf155..72b8da47 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,7 @@
+# 9.0.1
+* Fixed issue #642: NuGet package downgrade System.Configuration.ConfigurationManager error
+* Updated sample apps to .NET 9
+
# 9.0.0
* Updated SqlClient to 6.1.1 and removed Azure.Identity workaround for issue #624
* Updated all dependencies except .NET 9 NuGets
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 1b69a1af..1f927565 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -5,7 +5,7 @@
-
+
@@ -21,4 +21,4 @@
-
\ No newline at end of file
+
diff --git a/sample/CombinedConfigDemo/CombinedConfigDemo.csproj b/sample/CombinedConfigDemo/CombinedConfigDemo.csproj
index b60ac57e..f20d18e5 100644
--- a/sample/CombinedConfigDemo/CombinedConfigDemo.csproj
+++ b/sample/CombinedConfigDemo/CombinedConfigDemo.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net9.0
diff --git a/sample/CustomLogEventFormatterDemo/CustomLogEventFormatterDemo.csproj b/sample/CustomLogEventFormatterDemo/CustomLogEventFormatterDemo.csproj
index 9a085ee2..e83279a5 100644
--- a/sample/CustomLogEventFormatterDemo/CustomLogEventFormatterDemo.csproj
+++ b/sample/CustomLogEventFormatterDemo/CustomLogEventFormatterDemo.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net9.0
diff --git a/sample/NetStandardDemo/NetStandardDemoApp/NetStandardDemoApp.csproj b/sample/NetStandardDemo/NetStandardDemoApp/NetStandardDemoApp.csproj
index 31f254f9..c97f403e 100644
--- a/sample/NetStandardDemo/NetStandardDemoApp/NetStandardDemoApp.csproj
+++ b/sample/NetStandardDemo/NetStandardDemoApp/NetStandardDemoApp.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net9.0
diff --git a/sample/WorkerServiceDemo/WorkerServiceDemo.csproj b/sample/WorkerServiceDemo/WorkerServiceDemo.csproj
index 4e7c82d3..74644719 100644
--- a/sample/WorkerServiceDemo/WorkerServiceDemo.csproj
+++ b/sample/WorkerServiceDemo/WorkerServiceDemo.csproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
dotnet-WorkerServiceDemo-A4DFF8A6-AC69-443B-A3B8-34E284CD1C78