@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
+ <AutoProperties/>
<PropertyChanged />
</Weavers>
@@ -53,6 +53,7 @@
</xs:attribute>
</xs:complexType>
</xs:element>
+ <xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
</xs:all>
<xs:attribute name="VerifyAssembly" type="xs:boolean">
<xs:annotation>
@@ -31,6 +31,7 @@
</ItemGroup>
<ItemGroup>
+ <PackageReference Include="AutoProperties.Fody" Version="1.25.0" />
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="All">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>