Skip to content

Commit

Permalink
Remove packageSources override of nuget.org feed from nuget.config (#135
Browse files Browse the repository at this point in the history
)
  • Loading branch information
olegsych authored Aug 21, 2024
1 parent ba4fd7a commit 644e7fe
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<config>
<!--
Used to specify the default location to expand packages.
See: NuGet.exe help install
See: NuGet.exe help update
-->
<add key="repositoryPath" value="nuget\restored_packages" />
</config>
</configuration>

0 comments on commit 644e7fe

Please sign in to comment.