Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update top-level-templates.md #26338

Merged
merged 4 commits into from
Oct 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor
  • Loading branch information
adegeo committed Oct 4, 2021
commit 4e01b982ea9abb84834b495c1987b3bf14524b68
2 changes: 1 addition & 1 deletion docs/core/tutorials/top-level-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ When you create a new console project in Visual Studio, you're prompted with a d

Next, in the **Project Explorer** pane, double-click on the project file, and change `<TargetFramework>net5.0</TargetFramework>` to `<TargetFramework>net6.0</TargetFramework>`.

Here is a file diff that illustrates the changes:
Here's a file diff that illustrates the changes:

```diff
<Project Sdk="Microsoft.NET.Sdk">
Expand Down