diff --git a/nuget.config b/nuget.config
new file mode 100644
index 0000000..a76656d
--- /dev/null
+++ b/nuget.config
@@ -0,0 +1,18 @@
+<?xml
+  version="1.0"
+  encoding="utf-8"?>
+
+<configuration>
+
+  <packageSources>
+    <add
+      key="nuget.org"
+      value="https://api.nuget.org/v3/index.json"
+      protocolVersion="3" />
+    <add
+      key="myget.org"
+      value="https://www.myget.org/F/codestellation/api/v3/index.json"
+      protocolVersion="3" />
+  </packageSources>
+
+</configuration>
\ No newline at end of file
diff --git a/src/Benchmark/Benchmark.csproj b/src/Benchmark/Benchmark.csproj
index 735fc7e..83bddf2 100644
--- a/src/Benchmark/Benchmark.csproj
+++ b/src/Benchmark/Benchmark.csproj
@@ -8,6 +8,7 @@
 
   <ItemGroup>
     <PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
+    <!--<PackageReference Include="Codestellation.SolarWind" Version="0.1.57" />-->
     <PackageReference Include="Oakton" Version="2.0.3" />
   </ItemGroup>