Fix typo (#14785)
parent
7cea430342
commit
f56270fd02
|
@ -4,7 +4,7 @@ author: rick-anderson
|
|||
description: Learn how to migrate an ASP.NET Core 2.2 project to ASP.NET Core 3.0.
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 09/29/2019
|
||||
ms.date: 10/03/2019
|
||||
uid: migration/22-to-30
|
||||
---
|
||||
# Migrate from ASP.NET Core 2.2 to 3.0
|
||||
|
@ -760,7 +760,7 @@ public void Configure(IApplicationBuilder app)
|
|||
}
|
||||
```
|
||||
|
||||
Protection is implemented for some scenarios. `UseEndpoint` middleware throws an exception if an authorization or CORS policy is skipped due to missing middleware. Analyzer support to provide additional feedback about misconfiguration is in progress.
|
||||
Protection is implemented for some scenarios. Endpoints Middleware throws an exception if an authorization or CORS policy is skipped due to missing middleware. Analyzer support to provide additional feedback about misconfiguration is in progress.
|
||||
|
||||
### SignalR
|
||||
|
||||
|
|
Loading…
Reference in New Issue