Skip to content

Commit 315875d

Browse files
Make packages AOT-compatible
1 parent 823f35e commit 315875d

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platforms>x86;x64;ARM32;ARM64;AnyCPU</Platforms>
77
<LangVersion>latest</LangVersion>
88
<Nullable>enable</Nullable>
9-
<IsTrimmable>true</IsTrimmable>
9+
<IsAotCompatible>true</IsAotCompatible>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

SharpHook.Reactive/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
This file was deleted.

SharpHook/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)