Skip to content

Commit 89b6cba

Browse files
committed
Set correct PackageDescription
1 parent a1c6d4f commit 89b6cba

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

src/libraries/System.Composition.AttributedModel/src/System.Composition.AttributedModel.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,10 @@
55
<StrongNameKeyId>Microsoft</StrongNameKeyId>
66
<UseCompilerGeneratedDocXmlFile>false</UseCompilerGeneratedDocXmlFile>
77
<IsPackable>true</IsPackable>
8-
<PackageDescription>Provides common attributes used by System.Composition types.
9-
10-
Commonly Used Types:
11-
System.Composition.ExportAttribute
12-
System.Composition.ImportAttribute
13-
System.Composition.Convention.AttributedModelProvider</PackageDescription>
8+
<PackageDescription>Provides the foundational attributes that allow you to declare parts for composition, such as imports, exports, and metadata with the Managed Extensibility Framework (MEF).</PackageDescription>
149
<!-- TODO https://github.com/dotnet/runtime/issues/90400: Annotate for nullable reference types -->
1510
<Nullable>disable</Nullable>
1611
<NoWarn>$(NoWarn);nullable</NoWarn>
17-
<!-- TODO: Add package README file: https://github.com/dotnet/runtime/issues/99358 -->
18-
<EnableDefaultPackageReadmeFile>false</EnableDefaultPackageReadmeFile>
1912
</PropertyGroup>
2013

2114
<ItemGroup>

src/libraries/System.Composition/src/System.Composition.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<NoWarn>$(NoWarn);NU5128</NoWarn>
99
<!-- Reference dependencies to persiste them in the project's project.assets.json file which is used to calculate package dependencies. -->
1010
<NoTargetsDoNotReferenceOutputAssemblies>false</NoTargetsDoNotReferenceOutputAssemblies>
11-
<PackageDescription>Provides the foundational attributes that allow you to declare parts for composition, such as imports, exports, and metadata with the Managed Extensibility Framework (MEF).</PackageDescription>
11+
<PackageDescription>Provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.</PackageDescription>
1212
<!-- TODO https://github.com/dotnet/runtime/issues/90400: Annotate for nullable reference types -->
1313
<Nullable>disable</Nullable>
1414
<NoWarn>$(NoWarn);nullable</NoWarn>

0 commit comments

Comments
 (0)