Skip to content

Commit ad18f41

Browse files
Copilotadegeo
andauthored
Fix heading dash formatting in runtime-store.md (#51530)
* Initial plan * Fix heading dash formatting to comply with style guide Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
1 parent 60e9aa1 commit ad18f41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/core/deploying/runtime-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ An alternative to specifying target manifests with the [`dotnet publish`](../too
136136

137137
Specify the target manifests in the project file only when the target environment for the app is well-known, such as for .NET Core projects. This isn't the case for open-source projects. The users of an open-source project typically deploy it to different production environments. These production environments generally have different sets of packages pre-installed. You can't make assumptions about the target manifest in such environments, so you should use the `--manifest` option of [`dotnet publish`](../tools/dotnet-publish.md).
138138

139-
## ASP.NET Core implicit store (.NET Core 2.0 only - Legacy)
139+
## ASP.NET Core implicit store (.NET Core 2.0, legacy)
140140

141141
> [!NOTE]
142142
> This section describes legacy functionality that only applied to .NET Core 2.0. This feature is no longer relevant for modern .NET applications.

0 commit comments

Comments
 (0)