Skip to content

Commit

Permalink
Set IsAotCompatible to true in MimeKitLite.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Nov 29, 2024
1 parent 0d72f21 commit d8ce9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MimeKit/MimeKitLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
<DefineConstants>$(DefineConstants);SERIALIZABLE</DefineConstants>
</PropertyGroup>

<!--<PropertyGroup>
<PropertyGroup>
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
</PropertyGroup>-->
</PropertyGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard2.')) ">
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
Expand Down

0 comments on commit d8ce9db

Please sign in to comment.