Skip to content

Commit

Permalink
Synchronize nuget.config with dotnet-file.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 12, 2024
1 parent 067d912 commit ce80e85
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@
sha = 7d581ae5eedad5892855cebc673edafad664856b
etag = 4fe195e9c11a20688615d92035ac752eeac4ab3f3d82b20df798ea6dc1b49aab
weak
[file "nuget.config"]
url = https://github.com/vezel-dev/.github/blob/master/syn/nuget.config
sha = 067d9121002f15e2e66bb78e7186c613a14c114b
etag = 1a37c641ea5aeda5671440422578c1a054e7177257856b137191cf6e181e29e1
weak
24 changes: 24 additions & 0 deletions 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 ce80e85

Please sign in to comment.