From 0fd2f89f6ac111952ba2b63cd8b837aa1517ce11 Mon Sep 17 00:00:00 2001 From: Rex Jaeschke Date: Mon, 2 Mar 2026 17:42:09 -0500 Subject: [PATCH 1/9] require v11 compiler --- .../code-in-class-lib-without-using/Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/example-templates/code-in-class-lib-without-using/Project.csproj b/tools/example-templates/code-in-class-lib-without-using/Project.csproj index 260d0b928..28892a471 100644 --- a/tools/example-templates/code-in-class-lib-without-using/Project.csproj +++ b/tools/example-templates/code-in-class-lib-without-using/Project.csproj @@ -5,7 +5,7 @@ $example-name true annotations - 10 + 11 From bb26b9ac40b4736f667a7afc188e2ec761034a83 Mon Sep 17 00:00:00 2001 From: Rex Jaeschke Date: Mon, 2 Mar 2026 17:44:20 -0500 Subject: [PATCH 2/9] require v11 compiler --- tools/example-templates/code-in-class-lib/Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/example-templates/code-in-class-lib/Project.csproj b/tools/example-templates/code-in-class-lib/Project.csproj index 260d0b928..28892a471 100644 --- a/tools/example-templates/code-in-class-lib/Project.csproj +++ b/tools/example-templates/code-in-class-lib/Project.csproj @@ -5,7 +5,7 @@ $example-name true annotations - 10 + 11 From 6720fff9d435a0760010791205a771e8ad5721b5 Mon Sep 17 00:00:00 2001 From: Rex Jaeschke Date: Mon, 2 Mar 2026 17:44:51 -0500 Subject: [PATCH 3/9] require v11 compiler --- tools/example-templates/code-in-main/Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/example-templates/code-in-main/Project.csproj b/tools/example-templates/code-in-main/Project.csproj index b8efcf715..05a18eecf 100644 --- a/tools/example-templates/code-in-main/Project.csproj +++ b/tools/example-templates/code-in-main/Project.csproj @@ -6,7 +6,7 @@ annotations $example-name true - 10 + 11 From b44847db46409826e9156164f2660a71e9574c22 Mon Sep 17 00:00:00 2001 From: Rex Jaeschke Date: Mon, 2 Mar 2026 17:45:24 -0500 Subject: [PATCH 4/9] require v11 compiler --- .../example-templates/code-in-main-without-using/Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/example-templates/code-in-main-without-using/Project.csproj b/tools/example-templates/code-in-main-without-using/Project.csproj index b8efcf715..05a18eecf 100644 --- a/tools/example-templates/code-in-main-without-using/Project.csproj +++ b/tools/example-templates/code-in-main-without-using/Project.csproj @@ -6,7 +6,7 @@ annotations $example-name true - 10 + 11 From 8dbefc4dd2e0488de64d83d8348c516482fbe297 Mon Sep 17 00:00:00 2001 From: Rex Jaeschke Date: Mon, 2 Mar 2026 17:45:56 -0500 Subject: [PATCH 5/9] require v11 compiler --- tools/example-templates/code-in-partial-class/Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/example-templates/code-in-partial-class/Project.csproj b/tools/example-templates/code-in-partial-class/Project.csproj index af618da96..4186fb9c4 100644 --- a/tools/example-templates/code-in-partial-class/Project.csproj +++ b/tools/example-templates/code-in-partial-class/Project.csproj @@ -6,7 +6,7 @@ $example-name true annotations - 10 + 11 From 134ac31f31901a146aaf3a4d9183b30e7d77eb29 Mon Sep 17 00:00:00 2001 From: Rex Jaeschke Date: Mon, 2 Mar 2026 17:46:59 -0500 Subject: [PATCH 6/9] require v11 compiler --- .../standalone-console-without-using/Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/example-templates/standalone-console-without-using/Project.csproj b/tools/example-templates/standalone-console-without-using/Project.csproj index 7c11671a2..8e79fcbcc 100644 --- a/tools/example-templates/standalone-console-without-using/Project.csproj +++ b/tools/example-templates/standalone-console-without-using/Project.csproj @@ -5,7 +5,7 @@ net6.0 enable disable - 10 + 11 $example-name true annotations From d563dfa9c6ba7d06ff28579ce44bfd76ecdef233 Mon Sep 17 00:00:00 2001 From: Rex Jaeschke Date: Mon, 2 Mar 2026 17:47:26 -0500 Subject: [PATCH 7/9] require v11 compiler --- tools/example-templates/standalone-console/Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/example-templates/standalone-console/Project.csproj b/tools/example-templates/standalone-console/Project.csproj index bf5da4fae..5ebce3fd8 100644 --- a/tools/example-templates/standalone-console/Project.csproj +++ b/tools/example-templates/standalone-console/Project.csproj @@ -5,7 +5,7 @@ net6.0 enable disable - 10 + 11 $example-name true annotations From aed53d88f4d6cdef8bdd79083547ccabaddf46dc Mon Sep 17 00:00:00 2001 From: Rex Jaeschke Date: Mon, 2 Mar 2026 17:47:49 -0500 Subject: [PATCH 8/9] require v11 compiler --- .../standalone-lib-without-using/Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/example-templates/standalone-lib-without-using/Project.csproj b/tools/example-templates/standalone-lib-without-using/Project.csproj index f60a0c0a1..5692f2ba9 100644 --- a/tools/example-templates/standalone-lib-without-using/Project.csproj +++ b/tools/example-templates/standalone-lib-without-using/Project.csproj @@ -4,7 +4,7 @@ net6.0 enable $example-name - 10 + 11 true annotations From 5fbe8581e8f018388afaf9f380722ed8b0d2b53f Mon Sep 17 00:00:00 2001 From: Rex Jaeschke Date: Mon, 2 Mar 2026 17:48:09 -0500 Subject: [PATCH 9/9] require v11 compiler --- tools/example-templates/standalone-lib/Project.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/example-templates/standalone-lib/Project.csproj b/tools/example-templates/standalone-lib/Project.csproj index 260d0b928..28892a471 100644 --- a/tools/example-templates/standalone-lib/Project.csproj +++ b/tools/example-templates/standalone-lib/Project.csproj @@ -5,7 +5,7 @@ $example-name true annotations - 10 + 11