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