@@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0-solution-items", "0-solut
FUNDING.md = FUNDING.md
global.json = global.json
LICENSE.md = LICENSE.md
+ nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <packageSources>
+ <!--To inherit the global NuGet package sources remove the <clear/> line below -->
+ <clear />
+ <add key="nuget" value="https://api.nuget.org/v3/index.json" />
+ </packageSources>
+</configuration>