From 1da1ceb3b58c2c72a9da22d0d0326f9d5f9bb06f Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Thu, 5 Feb 2026 17:58:56 -0800
Subject: [PATCH] upgrade projects to .net 10
---
.../snippets/csharp/extra-rules/extra-rules.csproj | 2 +-
.../quality-rules/snippets/vb/extra-rules/extra-rules.vbproj | 2 +-
.../http/snippets/httpclient-guidelines/Project.csproj | 2 +-
.../networking/snippets/httpclient/httpclient.csproj | 2 +-
.../internal-diag-telemetry/internal-diag-telemetry.csproj | 2 +-
docs/fundamentals/networking/snippets/misc/misc.csproj | 2 +-
docs/fundamentals/networking/snippets/shared/shared.csproj | 4 ++--
.../snippets/socket/socket-client/socket-client.csproj | 2 +-
.../snippets/socket/socket-server/socket-server.csproj | 2 +-
.../networking/snippets/tcp/tcp-client/tcp-client.csproj | 2 +-
.../networking/snippets/tcp/tcp-listener/tcp-listener.csproj | 2 +-
.../telemetry/snippets/metrics/HelloBuiltinMetrics.csproj | 4 ++--
.../ConnectionTracingDemo.ServiceDefaults.csproj | 2 +-
.../snippets/csharp/instantiate-generic-type/Project.csproj | 2 +-
.../Matrix/Overview/csharp/Project.csproj | 2 +-
.../DateTimeFormatInfo/csharp/project.csproj | 2 +-
.../NumberFormatInfo/csharp/project.csproj | 2 +-
.../System.Globalization/RegionInfo/csharp/Project.csproj | 2 +-
.../System.Numerics/Complex/Overview/csharp/Project.csproj | 2 +-
.../System.Numerics/Complex/Overview/vb/Project.vbproj | 2 +-
.../FromCurrentSynchronizationContext/csharp/Project.csproj | 2 +-
.../TaskScheduler/Overview/vb/WpfApp.vbproj | 4 ++--
.../System.Xml.Schema/XmlSchemaSet/Overview/vb/project.vbproj | 2 +-
.../XmlDocument/Overview/csharp/xmlprocessingapp.csproj | 4 ++--
.../XmlDocument/Overview/vb/Non-WinForms/project.vbproj | 2 +-
.../XmlLinkedNode/csharp/PreviousSibling/Project.csproj | 2 +-
.../InvalidCastException/Overview/csharp/project.csproj | 2 +-
.../Overview/csharp/Other/project.csproj | 2 +-
.../Overview/csharp/WPF1/WPFCrossThreadCS.csproj | 4 ++--
.../Overview/csharp/WPF2/WPFCrossThreadDispatcherCS.csproj | 4 ++--
.../Overview/csharp/WinForms/WFCrossThreadCS.csproj | 4 ++--
.../Overview/vb/WinForms/WinFormsApp1.vbproj | 4 ++--
.../NotSupportedException/Overview/csharp/project.csproj | 2 +-
.../snippets/System/Span/Slice/csharp/slice.csproj | 2 +-
.../snippets/System/Span/Slice/fsharp/fs.fsproj | 2 +-
.../snippets/System/String/Intern/fsharp/fs.fsproj | 2 +-
36 files changed, 44 insertions(+), 44 deletions(-)
diff --git a/docs/fundamentals/code-analysis/quality-rules/snippets/csharp/extra-rules/extra-rules.csproj b/docs/fundamentals/code-analysis/quality-rules/snippets/csharp/extra-rules/extra-rules.csproj
index 11da434927e62..5f9edfd78252b 100644
--- a/docs/fundamentals/code-analysis/quality-rules/snippets/csharp/extra-rules/extra-rules.csproj
+++ b/docs/fundamentals/code-analysis/quality-rules/snippets/csharp/extra-rules/extra-rules.csproj
@@ -2,7 +2,7 @@
Library
- net8.0
+ net10.0
enable
extra_rules
diff --git a/docs/fundamentals/code-analysis/quality-rules/snippets/vb/extra-rules/extra-rules.vbproj b/docs/fundamentals/code-analysis/quality-rules/snippets/vb/extra-rules/extra-rules.vbproj
index 5a7c577da7d36..a0ebe48311fa2 100644
--- a/docs/fundamentals/code-analysis/quality-rules/snippets/vb/extra-rules/extra-rules.vbproj
+++ b/docs/fundamentals/code-analysis/quality-rules/snippets/vb/extra-rules/extra-rules.vbproj
@@ -3,7 +3,7 @@
Library
extra_rules
- net8.0
+ net10.0
diff --git a/docs/fundamentals/networking/http/snippets/httpclient-guidelines/Project.csproj b/docs/fundamentals/networking/http/snippets/httpclient-guidelines/Project.csproj
index 64837c9836027..cb809650a5c82 100644
--- a/docs/fundamentals/networking/http/snippets/httpclient-guidelines/Project.csproj
+++ b/docs/fundamentals/networking/http/snippets/httpclient-guidelines/Project.csproj
@@ -2,7 +2,7 @@
Library
- net9.0
+ net10.0
enable
enable
diff --git a/docs/fundamentals/networking/snippets/httpclient/httpclient.csproj b/docs/fundamentals/networking/snippets/httpclient/httpclient.csproj
index f704bf4988fa6..0ece068f6df1a 100644
--- a/docs/fundamentals/networking/snippets/httpclient/httpclient.csproj
+++ b/docs/fundamentals/networking/snippets/httpclient/httpclient.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net10.0
enable
enable
diff --git a/docs/fundamentals/networking/snippets/internal-diag-telemetry/internal-diag-telemetry.csproj b/docs/fundamentals/networking/snippets/internal-diag-telemetry/internal-diag-telemetry.csproj
index 91b464afeacc1..dfb40caafcf9a 100644
--- a/docs/fundamentals/networking/snippets/internal-diag-telemetry/internal-diag-telemetry.csproj
+++ b/docs/fundamentals/networking/snippets/internal-diag-telemetry/internal-diag-telemetry.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net10.0
enable
enable
diff --git a/docs/fundamentals/networking/snippets/misc/misc.csproj b/docs/fundamentals/networking/snippets/misc/misc.csproj
index 91b464afeacc1..dfb40caafcf9a 100644
--- a/docs/fundamentals/networking/snippets/misc/misc.csproj
+++ b/docs/fundamentals/networking/snippets/misc/misc.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net10.0
enable
enable
diff --git a/docs/fundamentals/networking/snippets/shared/shared.csproj b/docs/fundamentals/networking/snippets/shared/shared.csproj
index fa71b7ae6a349..9ed914b5ba4b6 100644
--- a/docs/fundamentals/networking/snippets/shared/shared.csproj
+++ b/docs/fundamentals/networking/snippets/shared/shared.csproj
@@ -1,7 +1,7 @@
-
+
- net8.0
+ net10.0
enable
enable
diff --git a/docs/fundamentals/networking/snippets/socket/socket-client/socket-client.csproj b/docs/fundamentals/networking/snippets/socket/socket-client/socket-client.csproj
index ee951d3a72d8c..d31a01a556afb 100644
--- a/docs/fundamentals/networking/snippets/socket/socket-client/socket-client.csproj
+++ b/docs/fundamentals/networking/snippets/socket/socket-client/socket-client.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net10.0
enable
enable
diff --git a/docs/fundamentals/networking/snippets/socket/socket-server/socket-server.csproj b/docs/fundamentals/networking/snippets/socket/socket-server/socket-server.csproj
index ee951d3a72d8c..d31a01a556afb 100644
--- a/docs/fundamentals/networking/snippets/socket/socket-server/socket-server.csproj
+++ b/docs/fundamentals/networking/snippets/socket/socket-server/socket-server.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net10.0
enable
enable
diff --git a/docs/fundamentals/networking/snippets/tcp/tcp-client/tcp-client.csproj b/docs/fundamentals/networking/snippets/tcp/tcp-client/tcp-client.csproj
index ee951d3a72d8c..d31a01a556afb 100644
--- a/docs/fundamentals/networking/snippets/tcp/tcp-client/tcp-client.csproj
+++ b/docs/fundamentals/networking/snippets/tcp/tcp-client/tcp-client.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net10.0
enable
enable
diff --git a/docs/fundamentals/networking/snippets/tcp/tcp-listener/tcp-listener.csproj b/docs/fundamentals/networking/snippets/tcp/tcp-listener/tcp-listener.csproj
index ee951d3a72d8c..d31a01a556afb 100644
--- a/docs/fundamentals/networking/snippets/tcp/tcp-listener/tcp-listener.csproj
+++ b/docs/fundamentals/networking/snippets/tcp/tcp-listener/tcp-listener.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net10.0
enable
enable
diff --git a/docs/fundamentals/networking/telemetry/snippets/metrics/HelloBuiltinMetrics.csproj b/docs/fundamentals/networking/telemetry/snippets/metrics/HelloBuiltinMetrics.csproj
index 1f4d538403436..e9e6d6a9f5511 100644
--- a/docs/fundamentals/networking/telemetry/snippets/metrics/HelloBuiltinMetrics.csproj
+++ b/docs/fundamentals/networking/telemetry/snippets/metrics/HelloBuiltinMetrics.csproj
@@ -1,8 +1,8 @@
-
+
Exe
- net8.0
+ net10.0
enable
enable
diff --git a/docs/fundamentals/networking/telemetry/snippets/tracing/ConnectionTracingDemo.ServiceDefaults/ConnectionTracingDemo.ServiceDefaults.csproj b/docs/fundamentals/networking/telemetry/snippets/tracing/ConnectionTracingDemo.ServiceDefaults/ConnectionTracingDemo.ServiceDefaults.csproj
index 5d08206bbd6f2..46055d61555b6 100644
--- a/docs/fundamentals/networking/telemetry/snippets/tracing/ConnectionTracingDemo.ServiceDefaults/ConnectionTracingDemo.ServiceDefaults.csproj
+++ b/docs/fundamentals/networking/telemetry/snippets/tracing/ConnectionTracingDemo.ServiceDefaults/ConnectionTracingDemo.ServiceDefaults.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
enable
enable
true
diff --git a/docs/fundamentals/reflection/snippets/csharp/instantiate-generic-type/Project.csproj b/docs/fundamentals/reflection/snippets/csharp/instantiate-generic-type/Project.csproj
index 3152aa1811b68..56abbdb5a172c 100644
--- a/docs/fundamentals/reflection/snippets/csharp/instantiate-generic-type/Project.csproj
+++ b/docs/fundamentals/reflection/snippets/csharp/instantiate-generic-type/Project.csproj
@@ -1,7 +1,7 @@
- net9
+ net10.0
latest
enable
enable
diff --git a/docs/fundamentals/runtime-libraries/snippets/System.Drawing.Drawing2D/Matrix/Overview/csharp/Project.csproj b/docs/fundamentals/runtime-libraries/snippets/System.Drawing.Drawing2D/Matrix/Overview/csharp/Project.csproj
index f0759be89e524..78bf0e843cd9a 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System.Drawing.Drawing2D/Matrix/Overview/csharp/Project.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System.Drawing.Drawing2D/Matrix/Overview/csharp/Project.csproj
@@ -2,7 +2,7 @@
WinExe
- net7.0-windows
+ net10.0-windows
true
diff --git a/docs/fundamentals/runtime-libraries/snippets/System.Globalization/DateTimeFormatInfo/csharp/project.csproj b/docs/fundamentals/runtime-libraries/snippets/System.Globalization/DateTimeFormatInfo/csharp/project.csproj
index 410c4a67f2207..cb4ea68ebe389 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System.Globalization/DateTimeFormatInfo/csharp/project.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System.Globalization/DateTimeFormatInfo/csharp/project.csproj
@@ -2,7 +2,7 @@
Library
- net8.0
+ net10.0
enable
diff --git a/docs/fundamentals/runtime-libraries/snippets/System.Globalization/NumberFormatInfo/csharp/project.csproj b/docs/fundamentals/runtime-libraries/snippets/System.Globalization/NumberFormatInfo/csharp/project.csproj
index 410c4a67f2207..cb4ea68ebe389 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System.Globalization/NumberFormatInfo/csharp/project.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System.Globalization/NumberFormatInfo/csharp/project.csproj
@@ -2,7 +2,7 @@
Library
- net8.0
+ net10.0
enable
diff --git a/docs/fundamentals/runtime-libraries/snippets/System.Globalization/RegionInfo/csharp/Project.csproj b/docs/fundamentals/runtime-libraries/snippets/System.Globalization/RegionInfo/csharp/Project.csproj
index 5a1b02db67729..a369cfa8a8090 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System.Globalization/RegionInfo/csharp/Project.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System.Globalization/RegionInfo/csharp/Project.csproj
@@ -2,7 +2,7 @@
Library
- net8.0
+ net10.0
\ No newline at end of file
diff --git a/docs/fundamentals/runtime-libraries/snippets/System.Numerics/Complex/Overview/csharp/Project.csproj b/docs/fundamentals/runtime-libraries/snippets/System.Numerics/Complex/Overview/csharp/Project.csproj
index 7e1f97164f052..f99395b4b2b39 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System.Numerics/Complex/Overview/csharp/Project.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System.Numerics/Complex/Overview/csharp/Project.csproj
@@ -2,7 +2,7 @@
Exe
- net9.0
+ net10.0
diff --git a/docs/fundamentals/runtime-libraries/snippets/System.Numerics/Complex/Overview/vb/Project.vbproj b/docs/fundamentals/runtime-libraries/snippets/System.Numerics/Complex/Overview/vb/Project.vbproj
index 7e1f97164f052..f99395b4b2b39 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System.Numerics/Complex/Overview/vb/Project.vbproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System.Numerics/Complex/Overview/vb/Project.vbproj
@@ -2,7 +2,7 @@
Exe
- net9.0
+ net10.0
diff --git a/docs/fundamentals/runtime-libraries/snippets/System.Threading.Tasks/TaskScheduler/FromCurrentSynchronizationContext/csharp/Project.csproj b/docs/fundamentals/runtime-libraries/snippets/System.Threading.Tasks/TaskScheduler/FromCurrentSynchronizationContext/csharp/Project.csproj
index 74ea662d1d0e3..2732086bb1e6e 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System.Threading.Tasks/TaskScheduler/FromCurrentSynchronizationContext/csharp/Project.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System.Threading.Tasks/TaskScheduler/FromCurrentSynchronizationContext/csharp/Project.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0-windows
+ net10.0-windows
true
diff --git a/docs/fundamentals/runtime-libraries/snippets/System.Threading.Tasks/TaskScheduler/Overview/vb/WpfApp.vbproj b/docs/fundamentals/runtime-libraries/snippets/System.Threading.Tasks/TaskScheduler/Overview/vb/WpfApp.vbproj
index 1bbc72a6ea8d2..6edaac4562a2a 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System.Threading.Tasks/TaskScheduler/Overview/vb/WpfApp.vbproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System.Threading.Tasks/TaskScheduler/Overview/vb/WpfApp.vbproj
@@ -1,8 +1,8 @@
-
+
WinExe
- net8.0-windows
+ net10.0-windows
WpfApp
true
diff --git a/docs/fundamentals/runtime-libraries/snippets/System.Xml.Schema/XmlSchemaSet/Overview/vb/project.vbproj b/docs/fundamentals/runtime-libraries/snippets/System.Xml.Schema/XmlSchemaSet/Overview/vb/project.vbproj
index 5dcc936613ad2..fab5eea626429 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System.Xml.Schema/XmlSchemaSet/Overview/vb/project.vbproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System.Xml.Schema/XmlSchemaSet/Overview/vb/project.vbproj
@@ -3,7 +3,7 @@
Library
vb
- net8.0
+ net10.0
diff --git a/docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlDocument/Overview/csharp/xmlprocessingapp.csproj b/docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlDocument/Overview/csharp/xmlprocessingapp.csproj
index ea644a76cfc2d..0a33ef8580090 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlDocument/Overview/csharp/xmlprocessingapp.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlDocument/Overview/csharp/xmlprocessingapp.csproj
@@ -1,8 +1,8 @@
-
+
Exe
- net8.0-windows
+ net10.0-windows
true
XMLProcessingApp.Program
diff --git a/docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlDocument/Overview/vb/Non-WinForms/project.vbproj b/docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlDocument/Overview/vb/Non-WinForms/project.vbproj
index 5dcc936613ad2..fab5eea626429 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlDocument/Overview/vb/Non-WinForms/project.vbproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlDocument/Overview/vb/Non-WinForms/project.vbproj
@@ -3,7 +3,7 @@
Library
vb
- net8.0
+ net10.0
diff --git a/docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlLinkedNode/csharp/PreviousSibling/Project.csproj b/docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlLinkedNode/csharp/PreviousSibling/Project.csproj
index 5a1b02db67729..a369cfa8a8090 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlLinkedNode/csharp/PreviousSibling/Project.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlLinkedNode/csharp/PreviousSibling/Project.csproj
@@ -2,7 +2,7 @@
Library
- net8.0
+ net10.0
\ No newline at end of file
diff --git a/docs/fundamentals/runtime-libraries/snippets/System/InvalidCastException/Overview/csharp/project.csproj b/docs/fundamentals/runtime-libraries/snippets/System/InvalidCastException/Overview/csharp/project.csproj
index 5ec2e995f1200..dfdef3fd2a730 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System/InvalidCastException/Overview/csharp/project.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System/InvalidCastException/Overview/csharp/project.csproj
@@ -2,7 +2,7 @@
Library
- net8.0
+ net10.0
diff --git a/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/Other/project.csproj b/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/Other/project.csproj
index 5ec2e995f1200..dfdef3fd2a730 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/Other/project.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/Other/project.csproj
@@ -2,7 +2,7 @@
Library
- net8.0
+ net10.0
diff --git a/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/WPF1/WPFCrossThreadCS.csproj b/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/WPF1/WPFCrossThreadCS.csproj
index f7d48768d1c82..f85d584328743 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/WPF1/WPFCrossThreadCS.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/WPF1/WPFCrossThreadCS.csproj
@@ -1,8 +1,8 @@
-
+
WinExe
- net8.0-windows
+ net10.0-windows
True
diff --git a/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/WPF2/WPFCrossThreadDispatcherCS.csproj b/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/WPF2/WPFCrossThreadDispatcherCS.csproj
index f7d48768d1c82..f85d584328743 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/WPF2/WPFCrossThreadDispatcherCS.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/WPF2/WPFCrossThreadDispatcherCS.csproj
@@ -1,8 +1,8 @@
-
+
WinExe
- net8.0-windows
+ net10.0-windows
True
diff --git a/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/WinForms/WFCrossThreadCS.csproj b/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/WinForms/WFCrossThreadCS.csproj
index 8557eab25f30f..5063b1422fae0 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/WinForms/WFCrossThreadCS.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/csharp/WinForms/WFCrossThreadCS.csproj
@@ -1,8 +1,8 @@
-
+
WinExe
- net8.0-windows
+ net10.0-windows
True
WFCrossThreadCS.Form1
diff --git a/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/vb/WinForms/WinFormsApp1.vbproj b/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/vb/WinForms/WinFormsApp1.vbproj
index ab6dbe6a96ef6..4fc092688af01 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/vb/WinForms/WinFormsApp1.vbproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System/InvalidOperationException/Overview/vb/WinForms/WinFormsApp1.vbproj
@@ -1,8 +1,8 @@
-
+
WinExe
- net8.0-windows
+ net10.0-windows
Sub Main
true
WindowsForms
diff --git a/docs/fundamentals/runtime-libraries/snippets/System/NotSupportedException/Overview/csharp/project.csproj b/docs/fundamentals/runtime-libraries/snippets/System/NotSupportedException/Overview/csharp/project.csproj
index 5ec2e995f1200..dfdef3fd2a730 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System/NotSupportedException/Overview/csharp/project.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System/NotSupportedException/Overview/csharp/project.csproj
@@ -2,7 +2,7 @@
Library
- net8.0
+ net10.0
diff --git a/docs/fundamentals/runtime-libraries/snippets/System/Span/Slice/csharp/slice.csproj b/docs/fundamentals/runtime-libraries/snippets/System/Span/Slice/csharp/slice.csproj
index 085806b62525c..3d7de13b2e5a4 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System/Span/Slice/csharp/slice.csproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System/Span/Slice/csharp/slice.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0
+ net10.0
enable
diff --git a/docs/fundamentals/runtime-libraries/snippets/System/Span/Slice/fsharp/fs.fsproj b/docs/fundamentals/runtime-libraries/snippets/System/Span/Slice/fsharp/fs.fsproj
index b72a8920ae518..f0f5caaf5c86a 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System/Span/Slice/fsharp/fs.fsproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System/Span/Slice/fsharp/fs.fsproj
@@ -1,7 +1,7 @@
Exe
- net8.0
+ net10.0
diff --git a/docs/fundamentals/runtime-libraries/snippets/System/String/Intern/fsharp/fs.fsproj b/docs/fundamentals/runtime-libraries/snippets/System/String/Intern/fsharp/fs.fsproj
index bfb1c57ddc4cf..0dc05a76755de 100644
--- a/docs/fundamentals/runtime-libraries/snippets/System/String/Intern/fsharp/fs.fsproj
+++ b/docs/fundamentals/runtime-libraries/snippets/System/String/Intern/fsharp/fs.fsproj
@@ -1,7 +1,7 @@
Exe
- net8.0
+ net10.0