Update compatibility-version.md (#16145)
parent
ec958a231e
commit
ee53747f71
|
@ -12,7 +12,7 @@ uid: mvc/compatibility-version
|
|||
|
||||
By [Rick Anderson](https://twitter.com/RickAndMSFT)
|
||||
|
||||
::: moniker range="= aspnetcore-3.0"
|
||||
::: moniker range=">= aspnetcore-3.0"
|
||||
|
||||
The <xref:Microsoft.Extensions.DependencyInjection.MvcCoreMvcBuilderExtensions.SetCompatibilityVersion*> method is a no-op for ASP.NET Core 3.0 apps. That is, calling `SetCompatibilityVersion` with any value of <xref:Microsoft.AspNetCore.Mvc.CompatibilityVersion> has no impact on the application.
|
||||
|
||||
|
@ -56,4 +56,4 @@ For apps that encounter breaking behavior changes, using the appropriate compati
|
|||
The <xref:Microsoft.AspNetCore.Mvc.MvcOptions> documentation has a good explanation of what changed and why the changes are an improvement for most users.
|
||||
|
||||
With ASP.NET Core 3.0, old behaviors supported by compatibility switches have been removed. We feel these are positive changes benefitting nearly all users. By introducing these changes in 2.1 and 2.2, most apps can benefit, while others have time to update.
|
||||
::: moniker-end
|
||||
::: moniker-end
|
||||
|
|
Loading…
Reference in New Issue