You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/nuspec.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,7 @@ The following example shows different variations of the `<group>` element:
298
298
299
299
## Explicit assembly references
300
300
301
-
The `<references>` element is used by projects using `packages.config` to explicitly specify the assemblies that the target project should reference when using the package. Explicit references are typically used for design-time only assemblies. Please see the page on [eExplicit assembles references](../create-packages/explicit-assembly-reference.md) for more information.
301
+
The `<references>` element is used by projects using `packages.config` to explicitly specify the assemblies that the target project should reference when using the package. Explicit references are typically used for design-time only assemblies. Please see the page on [explicit assembles references](../create-packages/explicit-assembly-reference.md) for more information.
302
302
303
303
For example, the following `<references>` element instructs NuGet to add references to only `xunit.dll` and `xunit.extensions.dll` even if there are additional assemblies in the package:
0 commit comments