From 1c3be65a1d786355795d812ea82536c13ca93d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Fri, 23 Sep 2022 11:16:05 +0900 Subject: [PATCH] Enable EventSource support in crossgen2 This was disabled by default in #76000. I started filling out the backport template when it hit me that we want to keep it here. We'll want to backport these in tandem. --- src/coreclr/tools/aot/crossgen2/crossgen2.props | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/tools/aot/crossgen2/crossgen2.props b/src/coreclr/tools/aot/crossgen2/crossgen2.props index b7aa445890d07..4a98176cabcbc 100644 --- a/src/coreclr/tools/aot/crossgen2/crossgen2.props +++ b/src/coreclr/tools/aot/crossgen2/crossgen2.props @@ -13,6 +13,7 @@ false Debug;Release;Checked true + true