File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,23 +51,23 @@ classDiagram
5151 MermaidGraph.NET --> mermaid-graph
5252 class mermaid-graph{
5353 type Exe
54- target net9.0
54+ target net8.0;net9.0
55+ }
56+ class Nerdbank.GitVersioning{
57+ type NuGet
58+ version 3.7.115
5559 }
60+ mermaid-graph ..> Nerdbank.GitVersioning
5661 class Microsoft.Build{
5762 type NuGet
58- version 17.13.9
63+ version 17.11.4
5964 }
6065 mermaid-graph ..> Microsoft.Build
6166 class Microsoft.Build.Locator{
6267 type NuGet
6368 version 1.9.1
6469 }
6570 mermaid-graph ..> Microsoft.Build.Locator
66- class Microsoft.Build.Utilities.Core{
67- type NuGet
68- version 17.13.9
69- }
70- mermaid-graph ..> Microsoft.Build.Utilities.Core
7171 class System.CommandLine.DragonFruit{
7272 type NuGet
7373 version 0.4.0-alpha.22272.1
@@ -79,6 +79,11 @@ classDiagram
7979 target net9.0
8080 }
8181 MermaidGraphTests ..> mermaid-graph
82+ class Nerdbank.GitVersioning{
83+ type NuGet
84+ version 3.7.115
85+ }
86+ MermaidGraphTests ..> Nerdbank.GitVersioning
8287 class coverlet.collector{
8388 type NuGet
8489 version 6.0.4
@@ -129,4 +134,4 @@ classDiagram
129134 version 5.0.0
130135 }
131136 MermaidGraphTests ..> NUnit3TestAdapter
132- ```
137+ ```
You can’t perform that action at this time.
0 commit comments