Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
winscripter authored Oct 12, 2024
1 parent c37270e commit ab551fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ File.AppendAllText("OutputSlnx.txt", content);
var model = SlnxModel.Load(File.ReadAllText("OutputSlnx.txt"));
Console.WriteLine(JsonSerializer.Serialize(model));
```

Note: The constructor of the `Project` class was slightly changed. Change this:
#### For Slnx 3.0
Note: The constructor of the `Project` class was slightly changed in Slnx 3.0. Change this:
```cs
// ...
folder.AddProject(new Project("./DockerCompose/DockerCompose.dcproj", typeGuid: Guid.NewGuid(), config: new(solution: "*|*", project: "*|*|Deploy")));
Expand Down

0 comments on commit ab551fd

Please sign in to comment.