You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extensibility/internals/solution-dot-sln-file.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Standard header that defines the file format version.
65
65
The major version of Visual Studio that (most recently) saved this solution file. This information controls the version number in the solution icon.
66
66
67
67
`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.
69
69
70
70
`MinimumVisualStudioVersion = 10.0.40219.1`\
71
71
The minimum (oldest) version of Visual Studio that can open this solution file.
0 commit comments