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

Commit fc9e5cb

Browse files
authored
Update README.md
1 parent 0652f9f commit fc9e5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var factory = new SlnxFactory();
6767
var folder = new Folder("Solution Items");
6868
folder.AddProjectWithPathOnly("./CSharp/CSharp.csproj");
6969
folder.AddProjectWithPathOnly("./VB.NET/VB.NET.vbproj");
70-
folder.AddProject(new Project("./DockerCompose/DockerCompose.dcproj", typeGuid: Guid.NewGuid(), config: new(solution: "*|*", project: "*|*|Deploy")));
70+
folder.AddProject(new Project("./DockerCompose/DockerCompose.dcproj", typ: Guid.NewGuid().ToString(), config: new(solution: "*|*", project: "*|*|Deploy")));
7171
var moreFolders = new Folder("C++");
7272
moreFolders.AddFiles(["util.cpp", "util.h", "data.cc", "data.h"]);
7373
folder.AddFiles(["File1.cs", "File2.cs"]);

0 commit comments

Comments
 (0)