Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit ab551fd

Browse files
authored
Update README.md
1 parent c37270e commit ab551fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ File.AppendAllText("OutputSlnx.txt", content);
6969
var model = SlnxModel.Load(File.ReadAllText("OutputSlnx.txt"));
7070
Console.WriteLine(JsonSerializer.Serialize(model));
7171
```
72-
73-
Note: The constructor of the `Project` class was slightly changed. Change this:
72+
#### For Slnx 3.0
73+
Note: The constructor of the `Project` class was slightly changed in Slnx 3.0. Change this:
7474
```cs
7575
// ...
7676
folder.AddProject(new Project("./DockerCompose/DockerCompose.dcproj", typeGuid: Guid.NewGuid(), config: new(solution: "*|*", project: "*|*|Deploy")));

0 commit comments

Comments
 (0)