Skip to content

Commit 3b0e919

Browse files
committed
Make sure that extensions are aot compatible
1 parent 94133e7 commit 3b0e919

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/XenoAtom.Terminal.UI.Extensions.Markdown/XenoAtom.Terminal.UI.Extensions.Markdown.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net10.0</TargetFramework>
55
<IsPackable>true</IsPackable>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7+
<IsAotCompatible>true</IsAotCompatible>
78
</PropertyGroup>
89

910
<PropertyGroup>

src/XenoAtom.Terminal.UI.Extensions.Screenshot/XenoAtom.Terminal.UI.Extensions.Screenshot.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Nullable>enable</Nullable>
66
<IsPackable>true</IsPackable>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8+
<IsAotCompatible>true</IsAotCompatible>
89
</PropertyGroup>
910

1011
<PropertyGroup>

0 commit comments

Comments
 (0)