Skip to content

Commit 199bd5f

Browse files
Merge pull request dotnet-architecture#241 from mrward/configure-nuget-restore-packages-directory
Configure packages directory for restored NuGet packages
2 parents cc10136 + 6077f13 commit 199bd5f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

NuGet.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3+
<config>
4+
<add key="repositoryPath" value="packages" />
5+
</config>
36
<packageSources>
47
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnet-feb2017-patch/api/v3/index.json" />
58
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />

0 commit comments

Comments
 (0)