diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-04-12 15:35:39 +0200 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-04-14 17:32:13 -0400 |
| commit | 1e3a524a7afc3697f859d82c34bbb2374037b9a8 (patch) | |
| tree | 1e0eead5bccb5891b1270b2eec2fb3dd53f380d9 | |
| parent | dbbf97e5881ea39da5e9e2b5aa32d45ddd3cd1bc (diff) | |
Merge pull request #2834 from mark-monteiro/add-nuget-config
Add nuget.config file
(cherry picked from commit 7731aba6f4e820f6dec3a9c3f6e852cc548245c3)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
| -rw-r--r-- | nuget.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config new file mode 100644 index 000000000..326331f32 --- /dev/null +++ b/nuget.config @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <packageSources> + <add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" /> + </packageSources> +</configuration> |
