Skip to content

Commit a14d27a

Browse files
authored
Don't binplace Microsoft.XmlSerializer.Generator (#65313)
It's not needed and avoids accidentally including this assembly in places where we don't want it.
1 parent 3554702 commit a14d27a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libraries/Microsoft.XmlSerializer.Generator/src/Microsoft.XmlSerializer.Generator.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=858594</PackageProjectUrl>
1414
<PackageDescription>Creates an Xml serialization assembly for types contained in an assembly in order to improve the startup performance of Xml serialization when serializing or de-serializing objects of those types using XmlSerializer.</PackageDescription>
1515
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
16+
<!-- this assembly doesn't need to be binplaced -->
17+
<EnableBinPlacing>false</EnableBinPlacing>
1618
</PropertyGroup>
1719

1820
<ItemGroup>

0 commit comments

Comments
 (0)