Skip to content

Commit

Permalink
Add nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
TSRBerry committed Dec 12, 2022
1 parent df758ed commit d58deb8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ ClientBin/
*.publishsettings
packages/*
*.config
!nuget.config

# RIA/Silverlight projects
Generated_Code/
Expand Down
14 changes: 14 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- `clear` ensures no additional sources are inherited from another config file. -->
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>

<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>

0 comments on commit d58deb8

Please sign in to comment.