IGNITE-23732 .NET: Document CET crash on .NET 9

Small change to trigger docs publish
diff --git a/docs/_docs/net-specific/net-troubleshooting.adoc b/docs/_docs/net-specific/net-troubleshooting.adoc
index dfd0dd1..3491ec9 100644
--- a/docs/_docs/net-specific/net-troubleshooting.adoc
+++ b/docs/_docs/net-specific/net-troubleshooting.adoc
@@ -192,7 +192,7 @@
 
 ==== Workaround
 
-Disable CET for the application by adding the following to the main project file (csproj, vsproj, etc):
+Disable CET for the application by adding the following to the main project file (csproj, vsproj, fsproj):
 
 [tabs]
 --
@@ -203,4 +203,4 @@
   <CETCompat>false</CETCompat>
 </PropertyGroup>
 ----
---
\ No newline at end of file
+--