Skip to content

Commit ae95b04

Browse files
Merge pull request #10089 from MicrosoftDocs/main638449348568502234sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents f69af2d + a520501 commit ae95b04

31 files changed

+379
-36
lines changed

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
This repository is moving to a new customer feedback system. See https://aka.ms/ContentUserFeedback.
44
5-
As part of this transition, this channel will be closed in the near future for entering issues on the Visual Studio documentation. Please use the feedback mechanism at the top right of an article to report issues with that article.
5+
As part of this transition, this channel will be closed in the near future for entering issues on the Visual Studio documentation. To report an issue with an article, use the feedback button at the top right of the article, or immediately following the article.
66
77
For information about reporting a problem with Visual Studio, see [Report a problem](docs/ide/how-to-report-a-problem-with-visual-studio.md).
88
-->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The documentation for Visual Basic and Visual C# is located in the [dotnet docs
88

99
## Submit feedback
1010

11-
The Learn site is changing how we receive feedback on the documentation. The new way is already available by clicking on the Feedback icon at the top right of each article. The old way (GitHub Issue controls at the bottom of the pages) is still available as of February 2024, but will be retired in the coming months. See [Announcing a new way to give feedback on Microsoft Learn](https://aka.ms/contentuserfeedback).
11+
The Learn site is changing how we receive feedback on the documentation. The new way is already available by clicking on the Feedback icon at the top right of each article, or immediately following an article. See [Announcing a new way to give feedback on Microsoft Learn](https://aka.ms/contentuserfeedback).
1212

1313
## Contribute to the documentation
1414

bridge/articles/overview-bridge-to-kubernetes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ manager: jmartens
99
author: ghogen
1010
ms.author: ghogen
1111
---
12-
1312
# How Bridge to Kubernetes works
1413

1514
*Bridge to Kubernetes* is an iterative development tool for authoring microservice applications that target Kubernetes. The Bridge to Kubernetes extension is available for Visual Studio and Visual Studio Code (VS Code).

bridge/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"uhfHeaderId": "MSDocsHeader-VisualStudio",
5656
"breadcrumb_path": "/visualstudio/bridge/breadcrumb/toc.json",
5757
"extendBreadcrumb": true,
58-
"feedback_system": "GitHub",
58+
"feedback_system": "Standard",
5959
"ms.service": "visual-studio-family"
6060
},
6161
"fileMetadata": {},

docker/docfx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"externalReference": [],
4141
"globalMetadata": {
4242
"uhfHeaderId": "MSDocsHeader-VisualStudio",
43-
"feedback_system": "GitHub",
44-
"feedback_github_repo": "MicrosoftDocs/visualstudio-docs",
43+
"feedback_system": "Standard",
4544
"breadcrumb_path": "/visualstudio/docker/breadcrumb/toc.json",
4645
"extendBreadcrumb": true,
4746
"ms.service": "visual-studio-family",

docker/tutorials/docker-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: ghogen
77
ms.service: vs-code
88
ms.topic: tutorial
99
ms.date: 04/12/2023
10-
# Under contractual obligation with Docker Inc. to provide this content. Contact is: nebuk89. Mike Morton has context on MSFT side, but has moved on to another role.
10+
# Agreed with Docker Inc. to provide this content. Contact is: nebuk89. Mike Morton has context on MSFT side, but has moved on to another role.
1111
---
1212

1313
# Tutorial: Create a Docker app with Visual Studio Code

docs/ide/reference/advanced-build-settings-dialog-box-csharp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ helpviewer_keywords:
1111
author: ghogen
1212
ms.author: ghogen
1313
manager: jmartens
14+
monikerRange: 'vs-2019'
1415
---
1516
# Advanced Build Settings dialog box (C#)
1617

docs/ide/reference/advanced-compiler-settings-dialog-box-visual-basic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ helpviewer_keywords:
1111
author: ghogen
1212
ms.author: ghogen
1313
manager: ghogen
14+
monikerRange: 'vs-2019'
1415
---
1516
# Advanced Compiler Settings Dialog Box (Visual Basic)
1617

docs/ide/reference/advanced-security-settings-dialog-box.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ helpviewer_keywords:
1111
author: Mikejo5000
1212
ms.author: mikejo
1313
manager: jmartens
14+
monikerRange: 'vs-2019'
1415
---
1516
# Advanced Security Settings dialog box
1617

docs/ide/reference/advanced-settings-for-services-dialog-box.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ author: ghogen
1111
ms.author: ghogen
1212
manager: jmartens
1313
ms.subservice: general-ide
14+
monikerRange: 'vs-2019'
1415
---
1516
# Advanced Settings for Services Dialog Box
1617

docs/ide/reference/application-page-project-designer-csharp.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ author: ghogen
1313
ms.author: ghogen
1414
manager: jmartens
1515
ms.subservice: general-ide
16+
monikerRange: 'vs-2019'
1617
---
1718
# Application Page, Project Designer (C#)
1819

@@ -48,20 +49,8 @@ Specifies the version of .NET that the application targets. This option can have
4849

4950
For .NET Framework projects, the default value matches the target framework that you specified when you created the project.
5051

51-
For a project that targets .NET Core, the available versions might appear as follows:
52-
53-
::: moniker range="vs-2022"
54-
55-
:::image type="content" source="../media/vs-2022/application-target-framework.png" alt-text="Screenshot of the target framework versions for a .NET Core project in Visual Studio 2022.":::
56-
57-
::: moniker-end
58-
59-
::: moniker range="<=vs-2019"
60-
6152
![Target framework versions for a .NET Core project](../media/application-target-framework.png)
6253

63-
::: moniker-end
64-
6554
> [!NOTE]
6655
> The prerequisite packages listed in the [Prerequisites Dialog Box](../../ide/reference/prerequisites-dialog-box.md) are set automatically the first time that you open the dialog box. If you subsequently change the project's target framework, you must select the prerequisites manually to match the new target framework.
6756

docs/ide/reference/application-page-project-designer-uwp.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ author: ghogen
1111
ms.author: ghogen
1212
manager: jmartens
1313
ms.subservice: general-ide
14+
monikerRange: 'vs-2019'
1415
---
1516
# Application property page (UWP projects)
1617

@@ -38,18 +39,8 @@ To access this property programmatically, see <xref:VSLangProj.ProjectProperties
3839

3940
You can set the target version and minimum version of Windows 10 for your app by using the drop-down lists in this section. It is recommended that you target the latest version of Windows 10, and if you are developing an enterprise app, that you support an older minimum version too. For more information about which Windows 10 and later versions to choose, see [Choose a UWP version](/windows/uwp/updates-and-versions/choose-a-uwp-version).
4041

41-
::: moniker range="vs-2019"
42-
4342
For information about platform targeting in Visual Studio, see [Platform targeting](/visualstudio/releases/2019/compatibility#platform-targeting).
4443

45-
::: moniker-end
46-
47-
::: moniker range="vs-2022"
48-
49-
For information about platform targeting in Visual Studio, see [Platform targeting](/visualstudio/releases/2022/compatibility#platform-targeting).
50-
51-
::: moniker-end
52-
5344
## See also
5445

5546
- [Create your first UWP app](/windows/uwp/get-started/your-first-app)

docs/ide/reference/application-page-project-designer-visual-basic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ author: Mikejo5000
1313
ms.author: mikejo
1414
manager: jmartens
1515
ms.subservice: general-ide
16+
monikerRange: 'vs-2019'
1617
---
1718
# Application Page, Project Designer (Visual Basic)
1819

docs/ide/reference/assembly-information-dialog-box.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ author: ghogen
1111
ms.author: ghogen
1212
manager: jmartens
1313
ms.subservice: general-ide
14+
monikerRange: 'vs-2019'
1415
---
1516
# Assembly Information dialog box
1617

docs/ide/reference/build-events-dialog-box-visual-basic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ helpviewer_keywords:
1515
author: ghogen
1616
ms.author: ghogen
1717
manager: jmartens
18+
monikerRange: 'vs-2019'
1819
---
1920
# Build Events Dialog Box (Visual Basic)
2021

docs/ide/reference/build-events-page-project-designer-csharp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ helpviewer_keywords:
1414
author: ghogen
1515
ms.author: ghogen
1616
manager: jmartens
17+
monikerRange: 'vs-2019'
1718
---
1819
# Build Events Page, Project Designer (C#)
1920

docs/ide/reference/build-page-project-designer-csharp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ helpviewer_keywords:
1212
author: ghogen
1313
ms.author: ghogen
1414
manager: jmartens
15+
monikerRange: 'vs-2019'
1516
---
1617
# Build Page, Project Designer (C#)
1718

docs/ide/reference/code-analysis-project-designer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ author: Mikejo5000
1212
ms.author: mikejo
1313
manager: jmartens
1414
ms.subservice: general-ide
15+
monikerRange: 'vs-2019'
1516
---
1617
# Code Analysis, Project Designer
1718

docs/ide/reference/compile-page-project-designer-visual-basic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ helpviewer_keywords:
1717
author: ghogen
1818
ms.author: ghogen
1919
manager: jmartens
20+
monikerRange: 'vs-2019'
2021
---
2122
# Compile Page, Project Designer (Visual Basic)
2223

docs/ide/reference/debug-page-project-designer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ helpviewer_keywords:
1212
author: Mikejo5000
1313
ms.author: mikejo
1414
manager: jmartens
15+
monikerRange: 'vs-2019'
1516
---
1617
# Debug Page, Project Designer
1718

docs/ide/reference/my-extensions-page-project-designer-visual-basic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ author: ghogen
1212
ms.author: ghogen
1313
manager: jmartens
1414
ms.subservice: general-ide
15+
monikerRange: 'vs-2019'
1516
---
1617
# My Extensions Page, Project Designer (Visual Basic)
1718

docs/ide/reference/pre-build-event-post-build-event-command-line-dialog-box.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ helpviewer_keywords:
3232
author: ghogen
3333
ms.author: ghogen
3434
manager: jmartens
35+
monikerRange: 'vs-2019'
3536
---
3637
# Pre-build event/post-build event command line dialog box
3738

0 commit comments

Comments
 (0)