diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-11 12:40:09 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-11 15:34:00 -0400 |
| commit | fe11fb0a63561877458e4984abb24b6961b444aa (patch) | |
| tree | f0c09608f08bd4b208c5d26c47cb2113d4ff7f19 /nuget.config | |
| parent | 299541f1b26136ef89741f28c7949cda4e5e485f (diff) | |
Add NuGet config file
Diffstat (limited to 'nuget.config')
| -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> |
