File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3- <packageSources >
4- <clear />
5- <add key =" NuGet Gallery" value =" https://api.nuget.org/v3/index.json" />
6- <add key =" Project Packages" value =" src/Files.App/Assets/Libraries/" />
7- <add key =" Toolkit Labs" value =" https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" />
8- </packageSources >
3+ <packageSources >
4+ <clear />
5+ <add key =" NuGet Gallery" value =" https://api.nuget.org/v3/index.json" />
6+ <add key =" Project Packages" value =" src/Files.App/Assets/Libraries/" />
7+ <add key =" Toolkit Labs" value =" https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" />
8+ </packageSources >
9+ <packageSourceMapping >
10+ <packageSource key =" Project Packages" >
11+ <package pattern =" SevenZipSharp" />
12+ </packageSource >
13+ <packageSource key =" Toolkit Labs" >
14+ <package pattern =" CommunityToolkit.Labs.*" />
15+ </packageSource >
16+ <packageSource key =" NuGet Gallery" >
17+ <package pattern =" *" />
18+ </packageSource >
19+ </packageSourceMapping >
920</configuration >
You can’t perform that action at this time.
0 commit comments