NuGet.config 1.2 KB
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="dotnet-coreclr" value="https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json" />
10
    <add key="myget-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
D
dotnet-maestro[bot] 已提交
11
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
12
    <add key="dotnet-wd" value="https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json" />
13
    <add key="aspnet-core" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" />
14 15 16 17 18
    <!-- 
      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] 已提交
19 20
  </packageSources>
</configuration>