Update `IsAotCompatible` for .NET 9. Or **not** netstandard. ```xml <IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible> ```