Skip to content

Commit

Permalink
NuGet.config - Remove sources
Browse files Browse the repository at this point in the history
- Remove/comment out source to avoid errors
  • Loading branch information
amaitland committed Jan 9, 2023
1 parent 45b195d commit 418b799
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<packageSources>
<add key="webview2-dom-local" value="C:\Projects\WebView2.DevTools.Dom.Source\WebView2.DevTools.Dom\bin\Release" />
<add key="GitHub-ChromiumDotNet" value="https://nuget.pkg.github.com/ChromiumDotNet/index.json" />
<!--
<add key="webview2-dom-local" value="C:\Projects\WebView2.DevTools.Dom.Source\WebView2.DevTools.Dom\bin\Release" />
-->
</packageSources>
</configuration>

0 comments on commit 418b799

Please sign in to comment.