Skip to content

Commit

Permalink
Last little bits of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
adegeo committed Oct 8, 2024
1 parent 13a2f6e commit b198936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/core/porting/third-party-deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The .NET Team would like to know which libraries are the most important to suppo

## Analyze non-NuGet dependencies

You might have a dependency that isn't a NuGet package, such as a DLL in the file system. You can determine the portability of that dependency with the [.NET Upgrade Assistant](../docs/core/porting/upgrade-assistant-overview.md) tool.
You might have a dependency that isn't a NuGet package, such as a DLL in the file system. You can determine the portability of that dependency with the [.NET Upgrade Assistant](upgrade-assistant-overview.md) tool.

## Next steps

Expand Down
3 changes: 2 additions & 1 deletion docs/core/porting/upgrade-assistant-how-to-analyze.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ Follow these steps to analyze a project using the terminal. The .NET Global Tool
## Related content

- [What is code analysis with .NET Upgrade Assistant?](upgrade-assistant-analyze-overview.md)
-
- [What is .NET Upgrade Assistant?](upgrade-assistant-overview.md)
- [Install .NET Upgrade Assistant](upgrade-assistant-install.md)

0 comments on commit b198936

Please sign in to comment.