summaryrefslogtreecommitdiff
path: root/NuGet.config
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-02-10 19:54:29 +0100
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-02-11 12:04:06 +0100
commit6b6cc9abaec7363cc2ed0ee136731e96f7d3697e (patch)
tree87b873de2e690cfcbffdaed06b9521d9f296b9b9 /NuGet.config
parent0084af0bc3f8761599e0c11b73489cfa53d810a4 (diff)
downloadcoreclr-6b6cc9abaec7363cc2ed0ee136731e96f7d3697e.tar.gz
coreclr-6b6cc9abaec7363cc2ed0ee136731e96f7d3697e.tar.bz2
coreclr-6b6cc9abaec7363cc2ed0ee136731e96f7d3697e.zip
Correct casing of file paths in mscorlib
Some of the files had a different path/filename casing in the project reference than on disk.
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config13
1 files changed, 0 insertions, 13 deletions
diff --git a/NuGet.config b/NuGet.config
deleted file mode 100644
index 4c82b8f2f7..0000000000
--- a/NuGet.config
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <packageRestore>
- <add key="enabled" value="True" />
- </packageRestore>
- <packageSources>
- <add key="myget.org dotnet-buildtools" value="https://www.myget.org/F/dotnet-buildtools/" />
- <add key="nuget.org" value="https://www.nuget.org/api/v2/" />
- </packageSources>
- <activePackageSource>
- <add key="All" value="(Aggregate source)" />
- </activePackageSource>
-</configuration> \ No newline at end of file