Skip to content

Commit 61715ff

Browse files
committed
Is package authoring needed for this project?
1 parent 94f4010 commit 61715ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libraries/System.Private.Xml/src/System.Private.Xml.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<RootNamespace>System.Xml</RootNamespace>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<EnableAOTAnalyzer>false</EnableAOTAnalyzer>
7+
<IsPackable>true</IsPackable>
8+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9+
<ServicingVersion>1</ServicingVersion>
710
</PropertyGroup>
811

912
<ItemGroup>

0 commit comments

Comments
 (0)