Skip to content

Commit 9c029c9

Browse files
authored
Add package readme to framework packages (#106097)
1 parent b38cf2b commit 9c029c9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<SharedFrameworkName>$(MicrosoftNetCoreAppFrameworkName)</SharedFrameworkName>
77
<IsShipping Condition="'$(PgoInstrument)' != ''">false</IsShipping>
88
<SharedFrameworkFriendlyName>.NET Runtime</SharedFrameworkFriendlyName>
9+
<EnableDefaultPackageReadmeFile>true</EnableDefaultPackageReadmeFile>
910
</PropertyGroup>
1011

1112
<!--
@@ -106,7 +107,7 @@
106107
<PlatformManifestFileEntry Include="libclrgc.dylib" IsNative="true" />
107108
<PlatformManifestFileEntry Include="clrgcexp.dll" IsNative="true" />
108109
<PlatformManifestFileEntry Include="libclrgcexp.so" IsNative="true" />
109-
<PlatformManifestFileEntry Include="libclrgcexp.dylib" IsNative="true" />
110+
<PlatformManifestFileEntry Include="libclrgcexp.dylib" IsNative="true" />
110111
<PlatformManifestFileEntry Include="clretwrc.dll" IsNative="true" />
111112
<PlatformManifestFileEntry Include="clrjit.dll" IsNative="true" />
112113
<PlatformManifestFileEntry Condition="'$(PgoInstrument)' != ''" Include="pgort140.dll" IsNative="true" />
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## About
2+
3+
This package consists of the components that make up the Microsoft.NETCore.App framework.
4+
5+
## How to Use
6+
7+
Do not directly reference this package. It's used by the .NET SDK when projects target .NET.
8+
9+
## Additional Documentation
10+
11+
<!-- Links to further documentation -->
12+
13+
- [Conceptual documentation](https://learn.microsoft.com/en-us/dotnet/core/introduction)
14+
- [API documentation](https://learn.microsoft.com/en-us/dotnet/api)
15+
16+
## Feedback & Contributing
17+
18+
<!-- How to provide feedback on this package and contribute to it -->
19+
20+
.NET is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/runtime).

0 commit comments

Comments
 (0)