Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
f575e67
Initial plan
Copilot Jul 22, 2025
965e331
Replace .NET Core with .NET in performance documentation
Copilot Jul 22, 2025
47c0735
Replace .NET Core with .NET in gRPC documentation
Copilot Jul 22, 2025
099b9b3
Replace .NET Core with .NET in fundamentals documentation
Copilot Jul 22, 2025
bdcb82d
Replace .NET Core with .NET in tutorials documentation
Copilot Jul 22, 2025
b3110be
Replace .NET Core with .NET in migration documentation
Copilot Jul 22, 2025
925af6f
Replace .NET Core with .NET in web-api, data, mvc, and test documenta…
Copilot Jul 22, 2025
11952dc
Replace .NET Core with .NET in security and host-and-deploy documenta…
Copilot Jul 22, 2025
b5fde6d
Replace .NET Core with .NET in remaining aspnetcore directories
Copilot Jul 22, 2025
9342d39
Replace .NET Core with .NET in remaining files and validate completion
Copilot Jul 22, 2025
0fa5060
Update .github/ISSUE_TEMPLATE/doc-issue.md
danroth27 Jul 22, 2025
6dee86f
Update aspnetcore/blazor/components/integration-hosted-webassembly.md
danroth27 Jul 22, 2025
34f10ec
Update aspnetcore/blazor/index.md
danroth27 Jul 22, 2025
8a0a363
Update aspnetcore/blazor/security/webassembly/additional-scenarios.md
danroth27 Jul 22, 2025
5933bf1
Update aspnetcore/blazor/performance/webassembly-browser-developer-to…
danroth27 Jul 22, 2025
164a67f
Update aspnetcore/blazor/performance/webassembly-event-pipe-diagnosti…
danroth27 Jul 22, 2025
6fe7df3
Update aspnetcore/blazor/performance/webassembly-runtime-performance.md
danroth27 Jul 22, 2025
f1c81e9
Change .NET SDK to .NET Core SDK in developer SDK reference
Copilot Jul 22, 2025
afb807d
Update aspnetcore/blazor/security/webassembly/additional-scenarios.md
danroth27 Jul 22, 2025
3092a14
Update aspnetcore/client-side/spa-services.md
danroth27 Jul 22, 2025
b40dc8b
Update aspnetcore/fundamentals/servers/kestrel/includes/kestrel6.md
danroth27 Jul 22, 2025
ad23743
Update aspnetcore/fundamentals/servers/kestrel/includes/kestrel6.md
danroth27 Jul 22, 2025
43b7ae2
Update aspnetcore/fundamentals/target-aspnetcore.md
danroth27 Jul 22, 2025
809779b
Address feedback: revert specified files and apply targeted corrections
Copilot Jul 22, 2025
4e55f76
Fix broken bookmark links by updating anchor references to match chan…
Copilot Jul 22, 2025
d74b557
Fix .NET Core 3.x naming - restore .NET Core naming for 3.x and earli…
Copilot Jul 22, 2025
24853af
Fix .NET Core 2.1 references - restore proper historical version naming
Copilot Jul 22, 2025
0d3176f
Fix .NET Core 2.x naming - restore .NET Core 2.x references throughou…
Copilot Jul 23, 2025
3bce0ce
Address PR feedback: fix .NET Core historical references and revert S…
Copilot Jul 23, 2025
cc733ff
Revert changes to files targeting versions earlier than .NET 5
Copilot Jul 23, 2025
3e4254f
Fix incorrect .NET Core historical version references after revert
Copilot Jul 23, 2025
e862dac
Fix .NET Core cross-platform development references and apply PR feed…
Copilot Jul 23, 2025
1a4c2ff
Revert files with older .NET version content to preserve historical r…
Copilot Jul 23, 2025
fcd08c3
Undo changes to files with older .NET version content - restore histo…
Copilot Jul 23, 2025
c53669c
Apply specific text corrections from PR feedback - fix wording and links
Copilot Jul 23, 2025
fae0ddc
Update aspnetcore/host-and-deploy/docker/visual-studio-tools-for-dock…
danroth27 Jul 24, 2025
602cecd
Update aspnetcore/host-and-deploy/visual-studio-publish-profiles.md
danroth27 Jul 24, 2025
a0c3065
Update aspnetcore/razor-pages/sdk.md
danroth27 Jul 24, 2025
86757b8
Update aspnetcore/security/samesite.md
danroth27 Jul 24, 2025
8593665
Update aspnetcore/security/samesite.md
danroth27 Jul 24, 2025
b5d903c
Update aspnetcore/security/samesite.md
danroth27 Jul 24, 2025
7d0e2f5
Update aspnetcore/security/samesite.md
danroth27 Jul 24, 2025
d127e33
Update aspnetcore/security/samesite.md
danroth27 Jul 24, 2025
b395c47
Update aspnetcore/security/samesite.md
danroth27 Jul 24, 2025
1b2a219
Update aspnetcore/blazor/hosting-models.md
danroth27 Jul 24, 2025
5c237e9
Update aspnetcore/grpc/why-migrate-wcf-to-dotnet-grpc.md
danroth27 Jul 24, 2025
7e2845c
Update aspnetcore/migration/fx-to-core/index.md
danroth27 Jul 24, 2025
f371f67
Update aspnetcore/client-side/libman/libman-cli.md
danroth27 Jul 24, 2025
7b1b798
Update aspnetcore/fundamentals/host/generic-host.md
danroth27 Jul 24, 2025
f8ad512
Update aspnetcore/fundamentals/servers/yarp/getting-started.md
danroth27 Jul 24, 2025
983b4d6
Update aspnetcore/host-and-deploy/iis/hosting-bundle.md
danroth27 Jul 24, 2025
1403b26
Update aspnetcore/signalr/background-services.md
danroth27 Jul 24, 2025
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/doc-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Check the .NET target framework(s) being used, and include the version number(s)
* [ ] .NET Framework
* [ ] .NET Standard

If using the .NET Core SDK, include `dotnet --info` output. If using .NET Framework without the .NET Core SDK, include info from Visual Studio's **Help** > **About Microsoft Visual Studio** dialog.
If using the .NET SDK, include `dotnet --info` output. If using .NET Framework without the .NET SDK, include info from Visual Studio's **Help** > **About Microsoft Visual Studio** dialog.

<details>
<summary><strong>dotnet --info output</strong> or <strong>About VS info</strong></summary>
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/call-web-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ In the app's `Program` file, call:

* <xref:Microsoft.Identity.Web.MicrosoftIdentityWebApiAuthenticationBuilder.EnableTokenAcquisitionToCallDownstreamApi%2A>: Enables token acquisition to call web APIs.
* `AddDownstreamApi`: Microsoft Identity Web packages provide API to create a named downstream web service for making web API calls. <xref:Microsoft.Identity.Abstractions.IDownstreamApi> is injected into a server-side class, which is used to call <xref:Microsoft.Identity.Abstractions.IDownstreamApi.CallApiForUserAsync%2A> to obtain weather data from an external web API (`MinimalApiJwt` project).
* <xref:Microsoft.Identity.Web.TokenCacheProviders.Distributed.DistributedTokenCacheAdapterExtension.AddDistributedTokenCaches%2A>: Adds the .NET Core distributed token caches to the service collection.
* <xref:Microsoft.Identity.Web.TokenCacheProviders.Distributed.DistributedTokenCacheAdapterExtension.AddDistributedTokenCaches%2A>: Adds the .NET distributed token caches to the service collection.
* <xref:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddDistributedMemoryCache%2A>: Adds a default implementation of <xref:Microsoft.Extensions.Caching.Distributed.IDistributedCache> that stores cache items in memory.
* Configure the distributed token cache options (<xref:Microsoft.Identity.Web.TokenCacheProviders.Distributed.MsalDistributedTokenCacheAdapterOptions>):
* In development for debugging purposes, you can disable the L1 cache by setting <xref:Microsoft.Identity.Web.TokenCacheProviders.Distributed.MsalDistributedTokenCacheAdapterOptions.DisableL1Cache%2A> to `true`. ***Be sure to reset it back to `false` for production.***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The GitHub-hosted Ubuntu (latest) server has a version of the .NET SDK pre-insta
1. Go to the [**Available Images** section of the `actions/runner-images` GitHub repository](https://github.com/actions/runner-images?tab=readme-ov-file#available-images).
1. Locate the `ubuntu-latest` image, which is the first table row.
1. Select the link in the `Included Software` column.
1. Scroll down to the *.NET Tools* section to see the .NET Core SDK installed with the image.
1. Scroll down to the *.NET Tools* section to see the .NET SDK installed with the image.

## Deployment notes

Expand Down
6 changes: 3 additions & 3 deletions aspnetcore/blazor/hosting-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ On the client, the Blazor script establishes the SignalR connection with the ser
The Blazor Server hosting model offers several benefits:

* Download size is significantly smaller than when the Blazor WebAssembly hosting model is used, and the app loads much faster.
* The app takes full advantage of server capabilities, including the use of .NET Core APIs.
* .NET Core on the server is used to run the app, so existing .NET tooling, such as debugging, works as expected.
* The app takes full advantage of server capabilities, including the use of .NET APIs.
* .NET on the server is used to run the app, so existing .NET tooling, such as debugging, works as expected.
* Thin clients are supported. For example, Blazor Server works with browsers that don't support WebAssembly and on resource-constrained devices.
* The app's .NET/C# code base, including the app's component code, isn't served to clients.

Expand Down Expand Up @@ -148,7 +148,7 @@ WebAssembly-rendered Razor components can use [native dependencies](xref:blazor/

:::moniker range="< aspnetcore-6.0"

Blazor WebAssembly includes support for trimming unused code from .NET Core framework libraries. For more information, see <xref:blazor/globalization-localization>.
Blazor WebAssembly includes support for trimming unused code from .NET framework libraries. For more information, see <xref:blazor/globalization-localization>.

:::moniker-end

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ For apps that require third-party JavaScript libraries and access to browser API

## Code sharing and .NET Standard

Blazor implements the [.NET Standard](/dotnet/standard/net-standard), which enables Blazor projects to reference libraries that conform to .NET Standard specifications. .NET Standard is a formal specification of .NET APIs that are common across .NET implementations. .NET Standard class libraries can be shared across different .NET platforms, such as Blazor, .NET Framework, .NET Core, .NET Multi-platform App UI (.NET MAUI), Mono, and Unity.
Blazor implements the [.NET Standard](/dotnet/standard/net-standard), which enables Blazor projects to reference libraries that conform to .NET Standard specifications. .NET Standard is a formal specification of .NET APIs that are common across .NET implementations. .NET Standard class libraries can be shared across different .NET platforms, such as Blazor, .NET Framework, .NET, .NET Multi-platform App UI (.NET MAUI), Mono, and Unity.

APIs that aren't applicable inside of a web browser (for example, accessing the file system, opening a socket, and threading) throw a <xref:System.PlatformNotSupportedException>.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ In the following example, profiled methods are filtered to the app's namespace `

## Additional resources

* [What diagnostic tools are available in .NET Core?](/dotnet/core/diagnostics/)
* [What diagnostic tools are available in .NET?](/dotnet/core/diagnostics/)
* [.NET diagnostic tools](/dotnet/core/diagnostics/tools-overview)
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Your code should yield to main browser loop often to allow the trace to be colle
## Additional resources

* [EventPipe](/dotnet/core/diagnostics/eventpipe) is a runtime component used to collect tracing data, similar to [ETW](/windows/win32/etw/event-tracing-portal) and [perf_events](https://wikipedia.org/wiki/Perf_%28Linux%29).
* [What diagnostic tools are available in .NET Core?](/dotnet/core/diagnostics/)
* [What diagnostic tools are available in .NET?](/dotnet/core/diagnostics/)
* [.NET diagnostic tools](/dotnet/core/diagnostics/tools-overview)
* [`dotnet/diagnostics` GitHub repository](https://github.com/dotnet/diagnostics)
* [`Microsoft.Diagnostics.NETCore.Client` NuGet package](https://www.nuget.org/packages/Microsoft.Diagnostics.NETCore.Client)
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ For more information, see [Configuring and hosting .NET WebAssembly applications

* <xref:blazor/performance/webassembly-browser-developer-tools>
* <xref:blazor/performance/webassembly-event-pipe>
* [What diagnostic tools are available in .NET Core?](/dotnet/core/diagnostics/)
* [What diagnostic tools are available in .NET?](/dotnet/core/diagnostics/)
* [.NET diagnostic tools](/dotnet/core/diagnostics/tools-overview)
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ One approach to prevent lingering cookies and site data from interfering with te

### App upgrades

A functioning app may fail immediately after upgrading either the .NET Core SDK on the development machine or changing package versions within the app. In some cases, incoherent packages may break an app when performing major upgrades. Most of these issues can be fixed by following these instructions:
A functioning app may fail immediately after upgrading either the .NET SDK on the development machine or changing package versions within the app. In some cases, incoherent packages may break an app when performing major upgrades. Most of these issues can be fixed by following these instructions:

1. Clear the local system's NuGet package caches by executing [`dotnet nuget locals all --clear`](/dotnet/core/tools/dotnet-nuget-locals) from a command shell.
1. Delete the project's `bin` and `obj` folders.
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/security/includes/troubleshoot-wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ One approach to prevent lingering cookies and site data from interfering with te

### App upgrades

A functioning app may fail immediately after upgrading either the .NET Core SDK on the development machine or changing package versions within the app. In some cases, incoherent packages may break an app when performing major upgrades. Most of these issues can be fixed by following these instructions:
A functioning app may fail immediately after upgrading either the .NET SDK on the development machine or changing package versions within the app. In some cases, incoherent packages may break an app when performing major upgrades. Most of these issues can be fixed by following these instructions:

1. Clear the local system's NuGet package caches by executing [`dotnet nuget locals all --clear`](/dotnet/core/tools/dotnet-nuget-locals) from a command shell.
1. Delete the project's `bin` and `obj` folders.
Expand Down
4 changes: 2 additions & 2 deletions aspnetcore/blazor/security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Permissible authentication values for the `{AUTHENTICATION}` placeholder are sho

:::moniker-end

For more information, see the [`dotnet new`](/dotnet/core/tools/dotnet-new) command in the .NET Core Guide.
For more information, see the [`dotnet new`](/dotnet/core/tools/dotnet-new) command in the .NET Guide.

# [.NET CLI](#tab/net-cli/)

Expand Down Expand Up @@ -219,7 +219,7 @@ Permissible authentication values for the `{AUTHENTICATION}` placeholder are sho

For more information:

* See the [`dotnet new`](/dotnet/core/tools/dotnet-new) command in the .NET Core Guide.
* See the [`dotnet new`](/dotnet/core/tools/dotnet-new) command in the .NET Guide.
* Execute the help command for the template in a command shell:

```dotnetcli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ For more information, see [`AuthenticationService.ts` in the `dotnet/aspnetcore`

If an app requires a custom version of the [Microsoft Authentication Library for JavaScript (`MSAL.js`)](https://www.npmjs.com/package/@azure/msal-browser), perform the following steps:

1. Confirm the system has the latest developer .NET SDK or obtain and install the latest developer SDK from [.NET Core SDK: Installers and Binaries](https://github.com/dotnet/installer#installers-and-binaries). Configuration of internal NuGet feeds isn't required for this scenario.
1. Confirm the system has the latest developer .NET SDK or obtain and install the latest developer SDK from [.NET SDK: Installers and Binaries](https://github.com/dotnet/installer#installers-and-binaries). Configuration of internal NuGet feeds isn't required for this scenario.
1. Set up the `dotnet/aspnetcore` GitHub repository for development following the documentation at [Build ASP.NET Core from Source](https://github.com/dotnet/aspnetcore/blob/main/docs/BuildFromSource.md). Fork and clone or download a ZIP archive of the [`dotnet/aspnetcore` GitHub repository](https://github.com/dotnet/aspnetcore).
1. Open the `src/Components/WebAssembly/Authentication.Msal/src/Interop/package.json` file and set the desired version of `@azure/msal-browser`. For a list of released versions, visit the [`@azure/msal-browser` npm website](https://www.npmjs.com/package/@azure/msal-browser) and select the **Versions** tab.
1. Build the `Authentication.Msal` project in the `src/Components/WebAssembly/Authentication.Msal/src` folder with the `yarn build` command in a command shell.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The output location specified with the optional `-o|--output` option creates a p

Avoid using dashes (`-`) in the project name that break the formation of the OIDC app identifier. Logic in the Blazor WebAssembly project template uses the project name for an OIDC app identifier in the solution's configuration, and dashes aren't permitted in an OIDC app identifier. Pascal case (`BlazorSample`) or underscores (`Blazor_Sample`) are acceptable alternatives.

For more information, see the [`dotnet new`](/dotnet/core/tools/dotnet-new) command in the .NET Core Guide.
For more information, see the [`dotnet new`](/dotnet/core/tools/dotnet-new) command in the .NET Guide.

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dotnet new blazorwasm -au Individual -o {PROJECT NAME}

The output location specified with the `-o|--output` option creates a project folder if it doesn't exist and becomes part of the project's name.

For more information, see the [`dotnet new`](/dotnet/core/tools/dotnet-new) command in the .NET Core Guide.
For more information, see the [`dotnet new`](/dotnet/core/tools/dotnet-new) command in the .NET Guide.

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ One approach to prevent lingering cookies and site data from interfering with te

### App upgrades

A functioning app may fail immediately after upgrading either the .NET Core SDK on the development machine or changing package versions within the app. In some cases, incoherent packages may break an app when performing major upgrades. Most of these issues can be fixed by following these instructions:
A functioning app may fail immediately after upgrading either the .NET SDK on the development machine or changing package versions within the app. In some cases, incoherent packages may break an app when performing major upgrades. Most of these issues can be fixed by following these instructions:

1. Clear the local system's NuGet package caches by executing [`dotnet nuget locals all --clear`](/dotnet/core/tools/dotnet-nuget-locals) from a command shell.
1. Delete the project's `bin` and `obj` folders.
Expand Down
6 changes: 3 additions & 3 deletions aspnetcore/blazor/tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ To include sample pages and a layout based on Bootstrap styling, use the **Inclu
### Additional guidance on template options

* <xref:blazor/components/render-modes>
* The *.NET default templates for dotnet new* article in the .NET Core documentation:
* The *.NET default templates for dotnet new* article in the .NET documentation:
* [`blazor`](/dotnet/core/tools/dotnet-new-sdk-templates#blazor)
* [`blazorwasm`](/dotnet/core/tools/dotnet-new-sdk-templates#blazorwasm)
* Passing the help option (`-h` or `--help`) to the [`dotnet new`](/dotnet/core/tools/dotnet-new) CLI command in a command shell:
Expand All @@ -580,7 +580,7 @@ To include sample pages and a layout based on Bootstrap styling, use the **Inclu

For more information on template options, see the following resources:

* The *.NET default templates for dotnet new* article in the .NET Core documentation:
* The *.NET default templates for dotnet new* article in the .NET documentation:
* [`blazorserver`](/dotnet/core/tools/dotnet-new-sdk-templates#blazorserver) (includes `blazorserver-empty` options)
* [`blazorwasm`](/dotnet/core/tools/dotnet-new-sdk-templates#blazorwasm) (includes `blazorwasm-empty` options)
* Passing the help option (`-h` or `--help`) to the [`dotnet new`](/dotnet/core/tools/dotnet-new) CLI command in a command shell:
Expand All @@ -595,7 +595,7 @@ For more information on template options, see the following resources:

For more information on template options, see the following resources:

* The *.NET default templates for dotnet new* article in the .NET Core documentation:
* The *.NET default templates for dotnet new* article in the .NET documentation:
* [`blazorserver`](/dotnet/core/tools/dotnet-new-sdk-templates#blazorserver)
* [`blazorwasm`](/dotnet/core/tools/dotnet-new-sdk-templates#blazorwasm)
* Passing the help option (`-h` or `--help`) to the [`dotnet new`](/dotnet/core/tools/dotnet-new) CLI command in a command shell:
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/tutorials/movie-database-app/part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ Stop the app using the following approach:
EF Core documentation:

* [Entity Framework Core](/ef/core/)
* [Entity Framework Core tools reference - .NET Core CLI](/ef/core/cli/dotnet)
* [Entity Framework Core tools reference - .NET CLI](/ef/core/cli/dotnet)
* [Data Types](/ef/core/modeling/relational/data-types)
* <xref:Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync%2A>: The API document includes basic information on how entities are saved and change detection.
* [Environment-based `Startup` class and methods](xref:fundamentals/environments#environment-based-startup-class-and-methods)
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/libman/libman-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dotnet tool install -g Microsoft.Web.LibraryManager.Cli

[!INCLUDE[](~/includes/dotnet-tool-install-arch-options.md)]

A [.NET Core Global Tool](/dotnet/core/tools/global-tools#install-a-global-tool) is installed from the [Microsoft.Web.LibraryManager.Cli](https://www.nuget.org/packages/Microsoft.Web.LibraryManager.Cli/) NuGet package.
A [.NET Global Tool](/dotnet/core/tools/global-tools#install-a-global-tool) is installed from the [Microsoft.Web.LibraryManager.Cli](https://www.nuget.org/packages/Microsoft.Web.LibraryManager.Cli/) NuGet package.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/spa-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To work with SpaServices, install the following:

* [!INCLUDE [](~/includes/net-core-sdk-download-link.md)]

* On Windows using Visual Studio 2017, the SDK is installed by selecting the **.NET Core cross-platform development** workload.
* On Windows using Visual Studio 2017, the SDK is installed by selecting the **.NET cross-platform development** workload.

* [Microsoft.AspNetCore.SpaServices](https://www.nuget.org/packages/Microsoft.AspNetCore.SpaServices/) NuGet package

Expand Down
8 changes: 4 additions & 4 deletions aspnetcore/data/ef-mvc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Users can view and update student, course, and instructor information. Here are
1. In the **Configure your new project** dialog, enter `ContosoUniversity` for **Project name**. It's important to use this exact name including capitalization, so each `namespace` matches when code is copied.
1. Select **Create**.
1. In the **Create a new ASP.NET Core web application** dialog, select:
1. **.NET Core** and **ASP.NET Core 5.0** in the dropdowns.
1. **.NET** and **ASP.NET Core 5.0** in the dropdowns.
1. **ASP.NET Core Web App (Model-View-Controller)**.
1. **Create**
![New ASP.NET Core Project dialog](~/data/ef-mvc/intro/_static/new-aspnet5.png)
Expand Down Expand Up @@ -396,10 +396,10 @@ The sample application is a web site for a fictional Contoso University. It incl

## Prerequisites

* [.NET Core SDK 2.2](https://dotnet.microsoft.com/download)
* [.NET SDK 2.2](https://dotnet.microsoft.com/download)
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=learn.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) with the following workloads:
* **ASP.NET and web development** workload
* **.NET Core cross-platform development** workload
* **.NET cross-platform development** workload

## Troubleshooting

Expand Down Expand Up @@ -434,7 +434,7 @@ Users can view and update student, course, and instructor information. Here are

* Wait for the **New ASP.NET Core Web Application** dialog to appear.

* Select **.NET Core**, **ASP.NET Core 2.2** and the **Web Application (Model-View-Controller)** template.
* Select **.NET**, **ASP.NET Core 2.2** and the **Web Application (Model-View-Controller)** template.

* Make sure **Authentication** is set to **No Authentication**.

Expand Down
4 changes: 2 additions & 2 deletions aspnetcore/data/ef-rp/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Run the project to seed the database.
1. In the **Configure your new project** dialog, enter `ContosoUniversity` for **Project name**. It's important to use this exact name including capitalization, so each `namespace` matches when code is copied.
1. Select **Create**.
1. In the **Create a new ASP.NET Core web application** dialog, select:
1. **.NET Core** and **ASP.NET Core 5.0** in the dropdowns.
1. **.NET** and **ASP.NET Core 5.0** in the dropdowns.
1. **ASP.NET Core Web App**.
1. **Create**
![New ASP.NET Core Project dialog](~/data/ef-rp/intro/_static/new-aspnet5.png)
Expand Down Expand Up @@ -1153,7 +1153,7 @@ To run the app after downloading the completed project:
* From the Visual Studio **File** menu, select **New** > **Project**.
* Select **ASP.NET Core Web Application**.
* Name the project *ContosoUniversity*. It's important to use this exact name including capitalization, so the namespaces match when code is copied and pasted.
* Select **.NET Core** and **ASP.NET Core 3.0** in the dropdowns, and then select **Web Application**.
* Select **.NET** and **ASP.NET Core 3.0** in the dropdowns, and then select **Web Application**.

# [Visual Studio Code](#tab/visual-studio-code)

Expand Down
Loading
Loading