Skip to content

Commit 9c9ea06

Browse files
Update slnfs
1 parent 4a4f519 commit 9c9ea06

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,4 @@ __pycache__/
287287
*.odx.cs
288288
*.xsd.cs
289289
/.nuget
290+
/web/.vite/

DotNetBuildable.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"CodeConv\\CodeConv.csproj",
77
"Func\\Func.csproj",
88
"Tests\\Tests.csproj",
9-
"Web\\Web.csproj"
9+
"Web\\web.esproj"
1010
]
1111
}
1212
}

DotNetPublishable.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"path": "CodeConverter.slnx",
44
"projects": [
55
"Func\\Func.csproj",
6-
"Web\\Web.csproj"
6+
"Web\\web.esproj"
77
]
88
}
99
}

0 commit comments

Comments
 (0)