Skip to content

Commit 1845f9b

Browse files
authored
Update content/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry.md
1 parent 7bcced4 commit 1845f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Using packages from {% data variables.product.prodname_dotcom %} in your project
199199

200200
{% data reusables.package_registry.authenticate-step %}
201201

202-
2. To use a package, add `ItemGroup` and configure the `PackageReference` field in the *.csproj* project file, replacing the `OctokittenApp` package with your package dependency and `12.0.2` with the version you want to use:
202+
2. To use a package, add `ItemGroup` and configure the `PackageReference` field in the *.csproj* project file. Replace the `OctokittenApp` value in `Include="OctokittenApp"` with your package dependency, and replace the `12.0.2` value in `Version="12.0.2"` with the version you want to use:
203203
``` xml
204204
<Project Sdk="Microsoft.NET.Sdk">
205205

0 commit comments

Comments
 (0)