Skip to content

Commit fbb70b1

Browse files
authored
Fix startvs.cmd for Components solution (#22739)
1 parent 758ca19 commit fbb70b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/startvs.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@ECHO OFF
22

3-
%~dp0..\..\startvs.cmd %~dp0Blazor.sln
3+
%~dp0..\..\startvs.cmd %~dp0Components.sln

0 commit comments

Comments
 (0)