Skip to content

Commit 2a77226

Browse files
committedDec 10, 2024·
Fixed AotCompatibility project
1 parent 40901fb commit 2a77226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎AotCompatibility/AotCompatibility.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<ProjectReference Include="..\MailKit\MailKitLite.csproj" Condition=" '$(UseMailKitLite)' == 'true' " />
2626
<ProjectReference Include="..\submodules\MimeKit\MimeKitLite.csproj" Condition=" '$(UseMailKitLite)' == 'true' " />
27-
<TrimmerRootAssembly Include="MailKit" Path="..\MailKit\MailKitLite.csproj" Condition=" '$(UseMailKitLite)' == 'true' " />
27+
<TrimmerRootAssembly Include="MailKitLite" Path="..\MailKit\MailKitLite.csproj" Condition=" '$(UseMailKitLite)' == 'true' " />
2828
<TrimmerRootAssembly Include="MimeKitLite" Path="..\submodules\MimeKit\MimeKitLite.csproj" Condition=" '$(UseMailKitLite)' == 'true' " />
2929
</ItemGroup>
3030

0 commit comments

Comments
 (0)
Please sign in to comment.