Skip to content

Commit

Permalink
Update System.Formats.Asn1.csproj (#106324)
Browse files Browse the repository at this point in the history
* Update System.Formats.Asn1.csproj

Now that the project has a package README, the opt-out switch isn't required anymore. Also, remove the commonly used types section in favor of the package readme from the package description.

* Update System.Formats.Asn1.csproj
  • Loading branch information
ViktorHofer authored Aug 13, 2024
1 parent 272a83e commit ec7fd04
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
<DefineConstants>$(DefineConstants);CP_NO_ZEROMEMORY</DefineConstants>
<UseCompilerGeneratedDocXmlFile>false</UseCompilerGeneratedDocXmlFile>
<IsPackable>true</IsPackable>
<PackageDescription>Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.

Commonly Used Types:
System.Formats.Asn1.AsnReader
System.Formats.Asn1.AsnWriter</PackageDescription>
<!-- TODO: Add package README file: https://github.com/dotnet/runtime/issues/99358 -->
<EnableDefaultPackageReadmeFile>false</EnableDefaultPackageReadmeFile>
<PackageDescription>Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.</PackageDescription>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ec7fd04

Please sign in to comment.