Skip to content

Commit 4dc05d9

Browse files
committed
Use dotnet-core feed in repos
1 parent 53742ad commit 4dc05d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/sources.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<Project>
1+
<Project>
22
<Import Project="$(DotNetRestoreSourcePropsPath)" Condition="'$(DotNetRestoreSourcePropsPath)' != ''"/>
33

44
<PropertyGroup Label="RestoreSources">
55
<RestoreSources>$(DotNetRestoreSources)</RestoreSources>
66
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true' AND '$(AspNetUniverseBuildOffline)' != 'true' ">
77
$(RestoreSources);
8+
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
89
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
910
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
1011
</RestoreSources>

0 commit comments

Comments
 (0)