From 5212f77dc486a568944753133900fa9f338450ac Mon Sep 17 00:00:00 2001 From: jonathanedey Date: Mon, 8 Sep 2025 10:23:32 -0400 Subject: [PATCH 1/2] chore: Deprecate .NET 6.0 and 7.0 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 129e5428..0eb44fde 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,12 @@ Admin .NET SDK supports the following frameworks: * .NET Framework 4.6.2+ * .NET Standard 2.0 -* .NET 6.0+ +* .NET 6.0+ (8.0+ recommended) + +Support for .NET 6.0 and 7.0 is now deprecated. +The next major version of the Admin SDK will terminate support for these +versions. Developers are advised to upgrade to .NET 8.0+ +accordingly. This is consistent with the frameworks supported by other .NET libraries associated with Google Cloud Platform. From 07f206aaf3987f62bb1a27d7bc00a84db6884530 Mon Sep 17 00:00:00 2001 From: Jonathan Edey <145066863+jonathanedey@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:41:35 -0400 Subject: [PATCH 2/2] fix: Reworded deprecation message Co-authored-by: Lahiru Maramba --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eb44fde..1c0f7d94 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Admin .NET SDK supports the following frameworks: Support for .NET 6.0 and 7.0 is now deprecated. The next major version of the Admin SDK will terminate support for these -versions. Developers are advised to upgrade to .NET 8.0+ +versions. Use .NET 8.0 or higher when deploying the Admin SDK. accordingly. This is consistent with the frameworks supported by other .NET libraries