Skip to content

Commit f615dcb

Browse files
author
Kraig Brockschmidt
committed
Fix link
1 parent 0740b01 commit f615dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Schema/Target-Frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ NuGet uses target framework references in a variety of places to specifically id
3434

3535
- [.nuspec manifest](../schema/nuspec.md): A package can indicate distinct packages to be included in a project depending on the project's target framework.
3636
- [.nupkg folder name](../create-packages/creating-a-package.md#from-a-convention-based-working-directory): The folders inside a package's `lib` folder can be named according to the target framework, each of which contains the DLLs and other content appropriate to that framework.
37-
- [packages.config](../Schema/packages.config.md): The `targetframework` attribute of a dependency specifies the variant of a package to install.
37+
- [packages.config](../Schema/packages-config.md): The `targetframework` attribute of a dependency specifies the variant of a package to install.
3838
- [project.json](../Schema/project-json.md): The `frameworks` node specifies the framework versions that the project can be compiled against.
3939

4040

0 commit comments

Comments
 (0)