Skip to content

Commit

Permalink
Add nuget.config for synchronization with dotnet-file.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 12, 2024
1 parent 2835e59 commit 067d912
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions syn/nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<configuration>
<config>
<add key="globalPackagesFolder" value="out/dep" />
</config>

<fallbackPackageFolders>
<clear />
</fallbackPackageFolders>

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

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

<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

0 comments on commit 067d912

Please sign in to comment.