|
2 | 2 | <DirectedGraph Layout="Sugiyama" ZoomLevel="-1" xmlns="http://schemas.microsoft.com/vs/2009/dgml"> |
3 | 3 | <Nodes> |
4 | 4 | <Node Id="source-build-reference-packages" Category="Stage5" Label="source-build-reference-packages" /> |
5 | | - <Node Id="application-insights" Category="Stage1" Label="application-insights" /> |
| 5 | + <Node Id="application-insights" Category="Stage2" Label="application-insights" /> |
6 | 6 | <Node Id="arcade" Category="Stage1" Label="arcade" /> |
7 | 7 | <Node Id="aspnet-extensions" Category="Stage1" Label="extensions" /> |
8 | 8 | <Node Id="aspnet-xdt" Category="Stage1" Label="aspnet-xdt" /> |
9 | 9 | <Node Id="aspnetcore" Category="Stage1" Label="aspnetcore" /> |
10 | 10 | <Node Id="aspnetcore-tooling" Category="Stage1" Label="aspnetcore-tooling" /> |
| 11 | + <Node Id="cecil" Category="Stage0" Label="cecil" /> |
11 | 12 | <Node Id="clicommandlineparser" Category="Stage1" Label="clicommandlineparser" /> |
12 | 13 | <Node Id="core-sdk" Category="Stage1" Label="installer" /> |
13 | 14 | <Node Id="fsharp" Category="Stage1" Label="fsharp" /> |
14 | 15 | <Node Id="linker" Category="Stage1" Label="linker" /> |
15 | 16 | <Node Id="msbuild" Category="Stage1" Label="msbuild" /> |
16 | | - <Node Id="netcorecli-fsc" Category="Stage1" Label="netcorecli-fsc" /> |
| 17 | + <Node Id="netcorecli-fsc" Category="Stage2" Label="netcorecli-fsc" /> |
17 | 18 | <Node Id="newtonsoft-json" Category="Stage1" Label="newtonsoft-json" /> |
18 | | - <Node Id="newtonsoft-json901" Category="Stage1" Label="newtonsoft-json901" /> |
| 19 | + <Node Id="newtonsoft-json901" Category="Stage2" Label="newtonsoft-json901" /> |
19 | 20 | <Node Id="nuget-client" Category="Stage1" Label="nuget-client" /> |
20 | 21 | <Node Id="roslyn" Category="Stage1" Label="roslyn" /> |
21 | 22 | <Node Id="runtime" Category="Stage1" Label="runtime" /> |
22 | 23 | <Node Id="runtime-portable" Category="Stage1" Label="runtime-portable" /> |
23 | 24 | <Node Id="sdk" Category="Stage1" Label="sdk" /> |
24 | | - <Node Id="sourcelink" Category="Stage1" Label="sourcelink" /> |
| 25 | + <Node Id="sourcelink" Category="Stage2" Label="sourcelink" /> |
25 | 26 | <Node Id="templating" Category="Stage1" Label="templating" /> |
26 | 27 | <Node Id="vstest" Category="Stage1" Label="vstest" /> |
27 | 28 | <Node Id="websdk" Category="Stage1" Label="websdk" /> |
28 | | - <Node Id="xliff-tasks" Category="Stage1" Label="xliff-tasks" /> |
| 29 | + <Node Id="xliff-tasks" Category="Stage2" Label="xliff-tasks" /> |
29 | 30 | </Nodes> |
30 | 31 | <Links> |
31 | 32 | <Link Source="application-insights" Target="sdk" /> |
|
49 | 50 | <Link Source="aspnetcore" Target="websdk" /> |
50 | 51 | <Link Source="aspnetcore-tooling" Target="aspnetcore" /> |
51 | 52 | <Link Source="aspnetcore-tooling" Target="sdk" /> |
| 53 | + <Link Source="cecil" Target="linker" /> |
52 | 54 | <Link Source="clicommandlineparser" Target="sdk" /> |
53 | 55 | <Link Source="clicommandlineparser" Target="templating" /> |
54 | 56 | <Link Source="fsharp" Target="sdk" /> |
|
0 commit comments