winget-cli

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

commit bc9d2194647d14e21fc375c74b5b80ee60fe34fe
parent 91738694b55ffddd22b5f895f374e15a71b34492
Author: Ryan Fu <69221034+ryfu-msft@users.noreply.github.com>
Date:   Wed, 14 Dec 2022 12:33:57 -0800

Add nuget config file for public dependencies (#2763)


Diffstat:
Asrc/nuget.config | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/nuget.config b/src/nuget.config @@ -0,0 +1,10 @@ +<?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>+ \ No newline at end of file