File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
src/installer/pkg/sfx/Microsoft.NETCore.App Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 66 <SharedFrameworkName >$(MicrosoftNetCoreAppFrameworkName)</SharedFrameworkName >
77 <IsShipping Condition =" '$(PgoInstrument)' != ''" >false</IsShipping >
88 <SharedFrameworkFriendlyName >.NET Runtime</SharedFrameworkFriendlyName >
9+ <EnableDefaultPackageReadmeFile >true</EnableDefaultPackageReadmeFile >
910 </PropertyGroup >
1011
1112 <!--
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" />
Original file line number Diff line number Diff line change 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 ) .
You can’t perform that action at this time.
0 commit comments