This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 6dabe24a8173cf4fcf15e5ff3f1441d5b62f1ac2 Author: Shad Storhaug <[email protected]> AuthorDate: Wed Jun 17 23:27:15 2020 +0700 Added NuGet.config file --- NuGet.config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NuGet.config b/NuGet.config new file mode 100644 index 0000000..940a841 --- /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> \ No newline at end of file
