Skip to content

Commit a006cef

Browse files
authored
IGNITE-23732 .NET: Document CET crash on .NET 9
Small change to trigger docs publish
1 parent 05438f7 commit a006cef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_docs/net-specific/net-troubleshooting.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ More details:
192192

193193
==== Workaround
194194

195-
Disable CET for the application by adding the following to the main project file (csproj, vsproj, etc):
195+
Disable CET for the application by adding the following to the main project file (csproj, vsproj, fsproj):
196196

197197
[tabs]
198198
--
@@ -203,4 +203,4 @@ tab:XML[]
203203
<CETCompat>false</CETCompat>
204204
</PropertyGroup>
205205
----
206-
--
206+
--

0 commit comments

Comments
 (0)