Skip to content

Commit dc03dd8

Browse files
authored
Merge pull request #11620 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 9925d37 + e91d90d commit dc03dd8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/extensibility/roslyn-version-support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ As an example, to ensure that your custom analyzer works on all versions of Visu
2222

2323
| Roslyn package version | Minimum supported Visual Studio version |
2424
| - | - |
25-
| 4.7.0 | Visual Studio 2022 Version 17.7 (Preview) |
25+
| 4.8.0 | Visual Studio 2022 version 17.8 (Preview) |
26+
| 4.7.0 | Visual Studio 2022 version 17.7 |
2627
| 4.6.0 | Visual Studio 2022 version 17.6 |
2728
| 4.5.0 | Visual Studio 2022 version 17.5 |
2829
| 4.4.0 | Visual Studio 2022 version 17.4 |

docs/msbuild/walkthrough-using-msbuild.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To install MSBuild on a system that doesn't have Visual Studio, go to Build Tool
5050

5151
## Create an MSBuild project
5252

53-
The Visual Studio project system is based on MSBuild. This makes it easy to create a new project file using Visual Studio. In this section, you create a Visual C# project file. You can choose to create a Visual Basic project file instead. In the context of this walkthrough, the difference between the two project files is minor.
53+
The Visual Studio project system is based on MSBuild. This makes it easy to create a new project file using Visual Studio. In this section, you create a C# project file. You can choose to create a Visual Basic project file instead. In the context of this walkthrough, the difference between the two project files is minor.
5454

5555
**To create a project file**
5656

@@ -64,7 +64,7 @@ To install MSBuild on a system that doesn't have Visual Studio, go to Build Tool
6464

6565
## Examine the project file
6666

67-
In the previous section, you used Visual Studio to create a Visual C# project file. The project file is represented in **Solution Explorer** by the project node named BuildApp. You can use the Visual Studio code editor to examine the project file.
67+
In the previous section, you used Visual Studio to create a C# project file. The project file is represented in **Solution Explorer** by the project node named BuildApp. You can use the Visual Studio code editor to examine the project file.
6868

6969
**To examine the project file**
7070

mac/ide-tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To continue exploring features, let's create a new project.
4343

4444
![Select a template](media/vsmac-2022/ide-tour-select-template.png)
4545

46-
1. On the **Configure your new Console Application** window, ensure **.NET 7.0** appears in the **Target framework** dropdown, and then select **Next**.
46+
1. On the **Configure your new Console Application** window, ensure **.NET 7.0** appears in the **Target framework** dropdown, and then select **Continue**.
4747

4848
![Target framework](media/vsmac-2022/ide-tour-target-framework-7.png)
4949

0 commit comments

Comments
 (0)