Skip to content

Commit 208690d

Browse files
authored
Update using_development_nuget_packages.md
1 parent 54e8577 commit 208690d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/getting_started/using_development_nuget_packages.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ To be clean this file should NOT be in your source tree. It should be outside of
9797
Projects
9898
NuGet.confing <-- THIS IS WHERE YOU PUT THE FILE.
9999
MyGame
100+
.git
101+
Directory.Build.props
100102
NuGet.config
101103
MyGame.DesktopGL
102104
MyGame.DesktopGL.csproj
@@ -119,5 +121,5 @@ The contents of the file are as follows, replace `%GITHUB_USER%` with your GitHu
119121
```
120122

121123
The really good thing about placing these credentials outside of source control is they are safe, but also any
122-
new projects you create under that folder can also make use of these createntials. So its a good idea to keep them in one place.
123-
you
124+
new projects you create under that folder can also make use of these createntials. So its a good idea to keep them in one place.
125+
For more information to you read [consuming-packages-authenticated-feeds](https://learn.microsoft.com/en-us/nuget/consume-packages/consuming-packages-authenticated-feeds#credentials-in-nugetconfig-files).

0 commit comments

Comments
 (0)