Skip to content

Commit

Permalink
Create NuGet.Config
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jan 11, 2025
1 parent e06d844 commit 373aa24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>

<configuration>
<packageSources>
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 373aa24

Please sign in to comment.