Permalink
Please sign in to comment.
Showing
with
12 additions
and 0 deletions.
Binary file not shown.
12
nuget.config
| @@ -0,0 +1,12 @@ | ||
| +<?xml version="1.0" encoding="utf-8"?> | ||
| +<configuration> | ||
| + <packageSources> | ||
| + <add key="dotnet core" value="https://dotnet.myget.org/F/dotnet-core/" /> | ||
| + <add key="aspnet core" value="http://myget.org/F/aspnetrtm/" /> | ||
| + <add key="local" value="c:\projects\bundlerminifier\feed\" /> | ||
| + </packageSources> | ||
| + <packageRestore> | ||
| + <add key="enabled" value="True" /> | ||
| + <add key="automatic" value="True" /> | ||
| + </packageRestore> | ||
| +</configuration> |
0 comments on commit
05eea01