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-03-03 22:26:22 +0300
committerPranav K <prkrishn@hotmail.com>2021-03-03 22:26:22 +0300
commit66ff4086d16826e559fe77f7612716088fa1a514 (patch)
treec50fb30368039ce4f131f57034ff7d7b86524bc1
parent8861abdde93a3b97180ac3b2eafa33459ad52392 (diff)
Remove nuget.configrelease/3.1
-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>