Skip to content

Commit 11468d7

Browse files
authored
Disable CETCompat in project settings (#2643) #minor
Set CETCompat to false in ImperatorToCK3.csproj to address compatibility concerns as referenced in issue #2638. closes #2638
1 parent 6275ecd commit 11468d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ImperatorToCK3/ImperatorToCK3.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<RuntimeIdentifiers>win-x64;linux-x64;osx-arm64</RuntimeIdentifiers>
88
<ApplicationIcon>thumbnail.ico</ApplicationIcon>
99
<LangVersion>13</LangVersion>
10+
<CETCompat>false</CETCompat> <!-- see https://github.com/ParadoxGameConverters/ImperatorToCK3/issues/2638 -->
1011
</PropertyGroup>
1112

1213
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

0 commit comments

Comments
 (0)