cab8fa82a2
* Added a new Fody plugin to add to every model class the JsonExtensionData attribute * retargeted fody plugin to netstandard for msbuild runtime * Fixed runtime issue * Fixed property check for new extension data properties --------- Co-authored-by: Alex <clodanSPT@hotmail.com>
8 lines
322 B
XML
8 lines
322 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
|
<JsonExtensionData>
|
|
<IncludeNamespacesRegex>SPTarkov\.Server\.Core\.Models.*</IncludeNamespacesRegex>
|
|
</JsonExtensionData>
|
|
<Virtuosity/>
|
|
</Weavers>
|