14 lines
535 B
XML
14 lines
535 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<!--
|
|
Restore sources should be defined in eng/Versions.props.
|
|
The only allowed feeds here are dotnet-core and nuget.org, which is required to work around
|
|
https://github.com/Microsoft/msbuild/issues/2914
|
|
-->
|
|
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|