File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <config >
4+ <clear />
5+ <add key =" globalPackagesFolder" value =" $\..\packages" />
6+ <add key =" repositoryPath" value =" $\..\packages" />
7+ </config >
8+ <disabledPackageSources >
9+ <clear />
10+ </disabledPackageSources >
11+ <packageSources >
12+ <clear />
13+ <!-- For more info, see https://docs.nuget.org/consume/nuget-config-file -->
14+ <!-- DON'T ADD NEW FEEDS TO THIS LIST -->
15+ <!-- Instead set the feed as an upstream of this feed, or push the required nupkg to this feed. -->
16+ <!-- See this page for info on nuget upstream sources: https://docs.microsoft.com/en-us/azure/devops/artifacts/concepts/upstream-sources -->
17+ <add key =" WinUI.Dependencies" value =" https://pkgs.dev.azure.com/shine-oss/microsoft-ui-xaml/_packaging/WinUI-Dependencies/nuget/v3/index.json" />
18+ <!-- a local directory to allow testing nupkg files without pushing to a remote feed -->
19+ <add key =" packagestore" value =" packagestore" />
20+ </packageSources >
21+ <activePackageSource >
22+ <add key =" All" value =" (Aggregate source)" />
23+ </activePackageSource >
24+ </configuration >
You can’t perform that action at this time.
0 commit comments