Skip to content

Commit

Permalink
Fixed AotCompatibility project
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Dec 10, 2024
1 parent 40901fb commit 2a77226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AotCompatibility/AotCompatibility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ProjectReference Include="..\MailKit\MailKitLite.csproj" Condition=" '$(UseMailKitLite)' == 'true' " />
<ProjectReference Include="..\submodules\MimeKit\MimeKitLite.csproj" Condition=" '$(UseMailKitLite)' == 'true' " />
<TrimmerRootAssembly Include="MailKit" Path="..\MailKit\MailKitLite.csproj" Condition=" '$(UseMailKitLite)' == 'true' " />
<TrimmerRootAssembly Include="MailKitLite" Path="..\MailKit\MailKitLite.csproj" Condition=" '$(UseMailKitLite)' == 'true' " />
<TrimmerRootAssembly Include="MimeKitLite" Path="..\submodules\MimeKit\MimeKitLite.csproj" Condition=" '$(UseMailKitLite)' == 'true' " />
</ItemGroup>

Expand Down

0 comments on commit 2a77226

Please sign in to comment.