Skip to content

Commit 25017a9

Browse files
authored
Update about-the-dependency-graph.md (#17112)
1 parent 64dfcb2 commit 25017a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The recommended formats explicitly define which versions are used for all direct
6666
| Package manager | Languages | Recommended formats | All supported formats |
6767
| --- | --- | --- | ---|
6868
| Composer | PHP | `composer.lock` | `composer.json`, `composer.lock` |
69-
| `dotnet` CLI | .NET languages (C#, C++, F#, VB) | `.csproj`, `.vbproj`, `.nuspec`, `.vcxproj`, `.fsproj` | `.csproj`, `.vbproj`, `.nuspec`, `.vcxproj`, `.fsproj`, `packages.config` |
69+
| NuGet | .NET languages (C#, F#, VB), C++ | `.csproj`, `.vbproj`, `.nuspec`, `.vcxproj`, `.fsproj` | `.csproj`, `.vbproj`, `.nuspec`, `.vcxproj`, `.fsproj`, `packages.config` |
7070
{%- if github-actions-in-dependency-graph %}
7171
| {% data variables.product.prodname_actions %} workflows<sup>[1]</sup> | YAML | `.yml`, `.yaml` | `.yml`, `.yaml` |
7272
{%- endif %}

0 commit comments

Comments
 (0)