Skip to content

Commit 1eb09de

Browse files
committed
Added missing nuget.org default feed
1 parent 1dfdb28 commit 1eb09de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/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.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
45
<add key="WindowsCommunityToolkit-CI" value="https://pkgs.dev.azure.com/dotnet/WindowsCommunityToolkit/_packaging/WindowsCommunityToolkit-MainLatest/nuget/v3/index.json" />
56
</packageSources>
67
</configuration>

0 commit comments

Comments
 (0)