Skip to content

Commit 0a7ef46

Browse files
Fix build script (#1295)
1 parent 48a8fe6 commit 0a7ef46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<VisualStudioVersionModern Include="2022">
14-
<SolutionFile>$(MSBuildThisFileDirectory)..\src\Renci.SshNet.sln</SolutionFile>
14+
<SolutionFile>$(MSBuildThisFileDirectory)..\Renci.SshNet.sln</SolutionFile>
1515
<VisualStudioVersion>17.0</VisualStudioVersion>
1616
</VisualStudioVersionModern>
1717
</ItemGroup>

0 commit comments

Comments
 (0)