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