Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 510e96e

Browse files
committed
Merge branch 'null-exception' of https://github.com/smasher164/api-docs-sync into null-exception
2 parents 2288fa8 + f136731 commit 510e96e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nuget.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
6+
<add key="arcade" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
7+
</packageSources>
8+
</configuration>

0 commit comments

Comments
 (0)