Enable reflection for json serialization (#2261) (#2262)

This commit is contained in:
Tian L. 2024-12-03 23:02:57 +08:00 committed by GitHub
commit f17e73552e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,6 @@
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Application>
<!-- Add your application specific runtime directives here. -->
<Namespace Name="CalculatorApp.JsonUtils" Serialize="Required Public"/>
</Application>
</Directives>