Skip to content

Commit 55e2e80

Browse files
Gonzalo-Salinesmairaw
authored andcommitted
CC56863 Changing Link location (#5531)
1 parent dcf0a30 commit 55e2e80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/core/packages.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,10 @@ There is a two-way relationship between frameworks and packages. The first part
9292

9393
The second part of the relationship is asset selection. Packages can contain assets for multiple frameworks. Given a reference to a set of packages and/or metapackages, the framework is needed to determine which asset should be selected, for example `net46` or `netstandard1.3`. It is important to select the correct asset. For example, a `net46` asset is not likely to be compatible with .NET Framework 4.0 or .NET Core 1.0.
9494

95-
![Package-based Framework Composition](./media/packages/package-framework.png)
9695

97-
You can see this relationship in the image above. The *API* targets and defines the *framework*. The *framework* is used for *asset selection*. The *asset* gives you the API.
96+
You can see this relationship in the following image. The *API* targets and defines the *framework*. The *framework* is used for *asset selection*. The *asset* gives you the API.
97+
98+
![Package-based Framework Composition](./media/packages/package-framework.png)
9899

99100
The two primary package-based frameworks used with .NET Core are:
100101

0 commit comments

Comments
 (0)