winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 01a88f579d88c022b54c6aab31ad33a8d8d3bfb2
parent 6caf7968eace405cad6b4a1ada4d9e3df4485b2c
Author: Ryan Fu <69221034+ryfu-msft@users.noreply.github.com>
Date:   Wed,  7 Dec 2022 16:36:07 -0800

remove nuget config file (#2756)

Co-authored-by: Ryan Fu <Fu.Ryan@microsoft.com>
Diffstat:
Dsrc/nuget.config | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/nuget.config b/src/nuget.config @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<configuration> - <packageSources> - <clear /> - <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> - </packageSources> - <disabledPackageSources> - <clear /> - </disabledPackageSources> -</configuration>