Skip to content

Commit 6077f13

Browse files
author
Matt Ward
committed
Configure packages directory for restored NuGet packages
All solutions now restore to the packages directory at the root of the repository. This fixes packages being restored into the src/Mobile/packages directory when the eShopOnContainers.Xamarin.sln is opened.
1 parent 27f6e2c commit 6077f13

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)