Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranav K <prkrishn@hotmail.com>2021-02-25 01:03:24 +0300
committerGleb Lebedev <gllebede@microsoft.com>2022-08-17 15:16:25 +0300
commit3d1b75b8a33c65eadf6a6d72a4c26cc2d91a87ec (patch)
treeaa041fcc52477e05bebc0df58154151d0673c916
parent94d86190bc8c30e98dae0220c0bce54cdfe48494 (diff)
Scrub nuget.config
-rw-r--r--nuget.config11
1 files changed, 0 insertions, 11 deletions
diff --git a/nuget.config b/nuget.config
deleted file mode 100644
index ad08d4e2..00000000
--- a/nuget.config
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <config>
- <add key="repositorypath" value="..\packages" />
- </config>
- <packageSources>
- <clear />
- <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
- <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
- </packageSources>
-</configuration>