diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-04-12 15:35:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-12 15:35:39 +0200 |
| commit | 7731aba6f4e820f6dec3a9c3f6e852cc548245c3 (patch) | |
| tree | ca46032368b7af32faa6447ca56e2caf245d635d | |
| parent | 4dbb9dd2011cc1ae790edd65e500f1490adf079b (diff) | |
| parent | fe11fb0a63561877458e4984abb24b6961b444aa (diff) | |
Merge pull request #2834 from mark-monteiro/add-nuget-config
Add nuget.config file
| -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> |
