Skip to content

Commit 43c63be

Browse files
authored
Merge pull request #8580 from MicrosoftDocs/main638018174900051472sync_temp
Repo sync for protected CLA branch
2 parents a1807be + 9c94a1c commit 43c63be

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/ide/visual-studio-multi-targeting-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Targeted .NET Frameworks
33
description: Learn how to specify the version of the .NET Framework that you want your project to target so the application can only use functionality that's available in the specified version.
4-
ms.date: 03/23/2022
4+
ms.date: 10/19/2022
55
ms.topic: overview
66
helpviewer_keywords:
77
- targeting .NET Framework [Visual Studio]
@@ -43,9 +43,9 @@ Framework targeting includes the following features:
4343

4444
When you work on a project that targets an earlier framework version, Visual Studio dynamically changes the development environment, as follows:
4545

46-
- It filters items in the **Add New Item** dialog box, the **Add New Reference** dialog box, and the **Add Service Reference** dialog box to omit choices that are not available in the targeted version.
46+
- It filters items in the **Add New Item** dialog box, the **Add New Reference** dialog box, and the **Add Service Reference** dialog box to omit choices that aren't available in the targeted version.
4747

48-
- It filters custom controls in the **Toolbox** to remove those that are not available in the targeted version and to show only the most up-to-date controls when multiple controls are available.
48+
- It filters custom controls in the **Toolbox** to remove those that aren't available in the targeted version and to show only the most up-to-date controls when multiple controls are available.
4949

5050
- It filters **IntelliSense** to omit language features that aren't available in the targeted version.
5151

@@ -65,7 +65,7 @@ When you create a .NET Framework project, you can select the target .NET Framewo
6565

6666
::: moniker range="vs-2019"
6767

68-
![Framework dropdown in VS 2019](media/vs-2019/configure-new-project-framework.png)
68+
![Framework dropdown in Visual Studio 2019](media/vs-2019/configure-new-project-framework.png)
6969

7070
::: moniker-end
7171

@@ -147,9 +147,9 @@ In an existing Visual Basic, C#, or F# project, you change the target .NET versi
147147
148148
## Resolve system and user assembly references
149149

150-
To target a .NET version, you must first install the appropriate assembly references. You can download developer packs for different versions of .NET on the [.NET downloads](https://www.microsoft.com/net/download/windows) page.
150+
To target a .NET version, you must first install the appropriate assembly references. You can download developer packs for different versions of .NET on the [.NET downloads](https://dotnet.microsoft.com/download) page.
151151

152-
For .NET Framework projects, the **Add Reference** dialog box disables system assemblies that do not pertain to the target .NET Framework version so that they cannot be inadvertently added to a project. (System assemblies are *.dll* files that are included in a .NET Framework version.) References that belong to a framework version that's higher than the targeted version will not resolve, and controls that depend on such a reference cannot be added. If you want to enable such a reference, reset the .NET Framework target of the project to one that includes the reference.
152+
For .NET Framework projects, the **Add Reference** dialog box disables system assemblies that don't pertain to the target .NET Framework version so that they can't be inadvertently added to a project. (System assemblies are *.dll* files that are included in a .NET Framework version.) References that belong to a framework version that's higher than the targeted version won't resolve, and controls that depend on such a reference can't be added. If you want to enable such a reference, reset the .NET Framework target of the project to one that includes the reference.
153153

154154
For more information about assembly references, see [Resolve assemblies at design time](../msbuild/resolving-assemblies-at-design-time.md).
155155

docs/ide/whats-new-visual-studio-2019.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,5 @@ Why send feedback to the Visual Studio team? Because we take customer feedback s
251251
* [What's new for C# 9.0](/dotnet/csharp/whats-new/csharp-9)
252252
* [What's new in .NET 5](/dotnet/core/dotnet-five)
253253
* [What's new in .NET Framework](/dotnet/framework/whats-new/)
254-
* [Microsoft Build conference](https://www.microsoft.com/build)
255-
* [Microsoft Ignite conference](https://www.microsoft.com/ignite)
254+
* [Microsoft Build conference](https://mybuild.microsoft.com/)
255+
* [Microsoft Ignite conference](https://ignite.microsoft.com/)

docs/python/tutorial-working-with-python-in-visual-studio-step-01-create-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This tutorial begins with a simple project containing a single, empty code file.
7777

7878
Python support in Visual Studio includes several project templates, such as web applications in the Bottle, Flask, and Django frameworks. For this tutorial, start with an empty project.
7979

80-
1. Select the **PythonConsoleApp** template, and select **Next**.
80+
1. Select the **PythonApp** template, and select **Next**.
8181

8282
1. On the **Configure your new project** screen, specify a name and file location for the project, and then select **Create**.
8383

0 commit comments

Comments
 (0)