Skip to content

Commit

Permalink
IGNITE-23732 .NET: Document CET crash on .NET 9
Browse files Browse the repository at this point in the history
Small change to trigger docs publish
  • Loading branch information
ptupitsyn authored Dec 2, 2024
1 parent 05438f7 commit a006cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/net-specific/net-troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ More details:

==== 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]
--
Expand All @@ -203,4 +203,4 @@ tab:XML[]
<CETCompat>false</CETCompat>
</PropertyGroup>
----
--
--

0 comments on commit a006cef

Please sign in to comment.