Skip to content

Commit 2a83e3d

Browse files
authored
Merge pull request #14161 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch main)
2 parents bc85c4a + 22484d8 commit 2a83e3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/deployment/how-to-include-prerequisites-with-a-clickonce-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Before you can distribute prerequisite software with a ClickOnce application, yo
4141

4242
6. Copy the file to the root folder for the prerequisite.
4343

44-
For example, for the .NET Framework 4.7.2 prerequisite, copy the file to the `%ProgramFiles(x86)%\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472* folder.
44+
For example, for the .NET Framework 4.7.2 prerequisite, copy the file to the `%ProgramFiles(x86)%\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472` folder.
4545

4646
You can now distribute the installer package with your application.
4747

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)