Don't trim tags, needed for STD plugin

This commit is contained in:
Łukasz Domeradzki
2025-01-05 15:28:05 +01:00
parent 9e207025c5
commit 30a48b08fe

View File

@@ -19,6 +19,10 @@
</assembly>
<!-- Entries below are needed for our official plugins -->
<assembly fullname="Microsoft.AspNetCore.Http.Extensions">
<type fullname="Microsoft.AspNetCore.Http.TagsAttribute" />
</assembly>
<assembly fullname="System.Linq">
<type fullname="System.Linq.Enumerable">
<method name="MaxBy" />