2015-11-13 12:42:35 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
2016-02-06 08:03:00 +08:00
|
|
|
<clear />
|
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
2016-10-13 01:24:08 +08:00
|
|
|
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
2019-06-28 01:22:32 +08:00
|
|
|
<add key="powershell_nuget" value="https://powershell.pkgs.visualstudio.com/PowerShell/_packaging/powershell/nuget/v3/index.json" />
|
2016-08-18 23:10:49 +08:00
|
|
|
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
|
2018-02-28 05:36:54 +08:00
|
|
|
<add key="PSGallery" value="https://www.powershellgallery.com/api/v2/" />
|
2015-11-13 12:42:35 +08:00
|
|
|
</packageSources>
|
|
|
|
</configuration>
|