Skip to content

Commit d526068

Browse files
authored
Disable CET Compatibility (#478)
1 parent 859d100 commit d526068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cpp2IL/Cpp2IL.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<TargetFrameworks>net9.0;net472</TargetFrameworks>
1414
<VersionPrefix>2022.1.0</VersionPrefix>
1515
<ServerGarbageCollection>true</ServerGarbageCollection>
16+
<CETCompat>false</CETCompat>
1617
</PropertyGroup>
1718

1819
<PropertyGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">

0 commit comments

Comments
 (0)