Skip to content

Commit

Permalink
Add nuget.config to src to see if that fixes Dependabot (#7182)
Browse files Browse the repository at this point in the history
  • Loading branch information
bording authored Oct 18, 2024
1 parent 73df111 commit 4a5dea0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/nuget.config
Original file line number Diff line number Diff line change
@@ -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" />
<add key="particular packages" value="https://f.feedz.io/particular-software/packages/nuget/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="particular packages">
<package pattern="*" />
</packageSource>
<packageSource key="local packages">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>

0 comments on commit 4a5dea0

Please sign in to comment.