File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
- <packageSources >
4
- <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
5
- <add key =" WindowsCommunityToolkit-CI" value =" https://pkgs.dev.azure.com/dotnet/WindowsCommunityToolkit/_packaging/WindowsCommunityToolkit-MainLatest/nuget/v3/index.json" />
6
- </packageSources >
7
- </configuration >
3
+ <packageSources >
4
+ <clear />
5
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
6
+ <add key =" CommunityToolkit-CI" value =" https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json" />
7
+ </packageSources >
8
+ <disabledPackageSources >
9
+ <clear />
10
+ </disabledPackageSources >
11
+ </configuration >
You can’t perform that action at this time.
0 commit comments