Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit be13440

Browse files
author
J Burnett
committed
Add basic NuGet.config
1 parent e909e79 commit be13440

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

NuGet.config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<!--To inherit the global NuGet package sources remove the <clear/>line below -->
5+
<clear/>
6+
7+
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json"/>
8+
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
9+
</packageSources>
10+
</configuration>

0 commit comments

Comments
 (0)