NuGet.config 1018 字节
Newer Older
D
dotnet-maestro[bot] 已提交
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- This file should be kept in sync across https://www.github.com/dotnet/wpf and dotnet-wpf-int repos. -->
D
dotnet-maestro[bot] 已提交
3 4 5
<configuration>
  <packageSources>
    <clear />
6
    <add key="myget-fxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
D
dotnet-maestro[bot] 已提交
7 8
    <add key="arcade" value="https://dotnetfeed.blob.core.windows.net/dotnet-tools-internal/index.json" />
    <add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
9
    <add key="myget-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
D
dotnet-maestro[bot] 已提交
10
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
11 12 13 14 15 16
    <add key="dotnet-wd" value="https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json" />
    <!-- 
      Add additional paths here
      For e.g., if you want to test a locally build nuget package, you can add it like this:
    -->
    <!--<add key="local" value="c:\temp\packages" />-->
D
dotnet-maestro[bot] 已提交
17 18
  </packageSources>
</configuration>