Skip to content

Commit 2e11930

Browse files
Update solution-dot-sln-file.md
Replace a period with a comma where it's necessary.
1 parent 1f8c3cc commit 2e11930

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)