Skip to content

Commit

Permalink
Add NuGet package for System.Runtime.Serialization.Schema (#74597)
Browse files Browse the repository at this point in the history
System.Runtime.Serialization.Schema isn't getting a NuGet package created for it because it doesn't set IsPackable=true.

Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
  • Loading branch information
github-actions[bot] and eerhardt committed Aug 25, 2022
1 parent 7b1acce commit 3f9a51a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<IsPackable>true</IsPackable>
<!-- TODO: Remove this setting when the package shipped with .NET 7. -->
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
<PackageDescription>Provides support for importing and exporting xsd schemas for DataContractSerializer.
Expand All @@ -25,4 +26,4 @@ System.Runtime.Serialization.Schema.XsdDataContractImporter</PackageDescription>
<ItemGroup>
<ProjectReference Include="$(LibrariesProjectRoot)System.CodeDom\src\System.CodeDom.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 3f9a51a

Please sign in to comment.