-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathnuget.config
More file actions
16 lines (16 loc) · 600 Bytes
/
Copy pathnuget.config
File metadata and controls
16 lines (16 loc) · 600 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="NuGet Gallery" value="https://api.nuget.org/v3/index.json" />
<add key="Toolkit Labs" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="Toolkit Labs">
<package pattern="CommunityToolkit.Labs.*" />
</packageSource>
<packageSource key="NuGet Gallery">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>