We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53742ad commit 4dc05d9Copy full SHA for 4dc05d9
build/sources.props
@@ -1,10 +1,11 @@
1
-<Project>
+<Project>
2
<Import Project="$(DotNetRestoreSourcePropsPath)" Condition="'$(DotNetRestoreSourcePropsPath)' != ''"/>
3
4
<PropertyGroup Label="RestoreSources">
5
<RestoreSources>$(DotNetRestoreSources)</RestoreSources>
6
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true' AND '$(AspNetUniverseBuildOffline)' != 'true' ">
7
$(RestoreSources);
8
+ https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
9
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
10
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
11
</RestoreSources>
0 commit comments