Skip to content

Commit 9a14f48

Browse files
committed
Add NuGet official to config project
Signed-off-by: José Simões <jose.simoes@eclo.solutions>
1 parent 6af1077 commit 9a14f48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/NuGet.Config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<add key="NuGet" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
45
<add key="MyGet nanoFramework dev" value="https://www.myget.org/F/nanoframework-dev/api/v3/index.json" protocolVersion="3" />
56
</packageSources>
67
</configuration>

0 commit comments

Comments
 (0)