13 строки
504 B
XML
13 строки
504 B
XML
<Project>
|
|
<Import Project="$(DotNetRestoreSourcePropsPath)" Condition="'$(DotNetRestoreSourcePropsPath)' != ''"/>
|
|
|
|
<PropertyGroup>
|
|
<RestoreSources>$(DotNetRestoreSources)</RestoreSources>
|
|
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
|
|
$(RestoreSources);
|
|
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
|
|
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
|
|
</RestoreSources>
|
|
</PropertyGroup>
|
|
</Project>
|