Skip to content

Commit 8be1850

Browse files
authored
Merge pull request #10983 from colejohnson66/patch-1
Update solution-dot-sln-file.md
2 parents defc0fe + 2e11930 commit 8be1850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensibility/internals/solution-dot-sln-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Standard header that defines the file format version.
6565
The major version of Visual Studio that (most recently) saved this solution file. This information controls the version number in the solution icon.
6666

6767
`VisualStudioVersion = 16.0.28701.123`\
68-
The full version of Visual Studio that (most recently) saved the solution file. If the solution file is saved by a newer version of Visual Studio that has the same major version. This value isn't updated so as to lessen churn in the file.
68+
The full version of Visual Studio that (most recently) saved the solution file. If the solution file is saved by a newer version of Visual Studio that has the same major version, this value isn't updated so as to lessen churn in the file.
6969

7070
`MinimumVisualStudioVersion = 10.0.40219.1`\
7171
The minimum (oldest) version of Visual Studio that can open this solution file.

0 commit comments

Comments
 (0)