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:
Diffstat (limited to 'nuget.config')
-rw-r--r--nuget.config12
1 files changed, 0 insertions, 12 deletions
diff --git a/nuget.config b/nuget.config
deleted file mode 100644
index 5a758dc7..00000000
--- a/nuget.config
+++ /dev/null
@@ -1,12 +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="vside-devcore" value="https://vside.myget.org/F/devcore/api/v3/index.json" protocolVersion="3" />
- <add key="myget.org msbuild nightly" value="https://dotnet.myget.org/F/msbuild/api/v3/index.json" protocolVersion="3" />
- </packageSources>
-</configuration>