9 строки
414 B
XML
9 строки
414 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<!--Use this configuration file to get preview packages from other
|
|
sources like MyGet -->
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="Net Core Feed" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/3.0.100-rc2-014277/nuget/v3/index.json" />
|
|
</packageSources>
|
|
</configuration> |