Merge pull request #241 from mrward/configure-nuget-restore-packages-directory

Configure packages directory for restored NuGet packages
This commit is contained in:
RamonTC 2017-12-11 12:27:33 +01:00 committed by GitHub
commit 199bd5fcb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositoryPath" value="packages" />
</config>
<packageSources>
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnet-feb2017-patch/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />