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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'samples/HelloWorld/nuget.config')
-rw-r--r--samples/HelloWorld/nuget.config9
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/HelloWorld/nuget.config b/samples/HelloWorld/nuget.config
new file mode 100644
index 000000000..d8d3f2b01
--- /dev/null
+++ b/samples/HelloWorld/nuget.config
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <!--To inherit the global NuGet package sources remove the <clear/> line below -->
+ <clear />
+ <add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
+ </packageSources>
+</configuration>