File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 33 <RestoreSources >
44 $(RestoreSources);
55 https://api.nuget.org/v3/index.json;
6- https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json;
7- https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json;
86 https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
97 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json;
108 https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json;
11- https://dotnet.myget.org/F/roslyn/api/v3/index.json;
129 </RestoreSources >
1310 <RestoreSources Condition =" Exists('$(MSBuildThisFileDirectory)feed')" >
1411 $(RestoreSources);
1916 $(RestoreSources);
2017 https://grpc.jfrog.io/grpc/api/nuget/v3/grpc-nuget-dev;
2118 </RestoreSources >
22- <!-- The following is a temporary change so 5.0 build works during transition from rc to rtm -->
23- <RestoreSources >
24- $(RestoreSources);
25- https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-b928f03f/nuget/v3/index.json;
26- https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-efcore-ab94ac91/nuget/v3/index.json;
27- </RestoreSources >
2819 </PropertyGroup >
2920</Project >
30-
You can’t perform that action at this time.
0 commit comments