Skip to content
Merged
Changes from all commits
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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following steps are needed to use the `System.Web` adapters with an ASP.NET
- There should be no manual changes to enable using supported surface area of the adapters. If a member is not found, it is not currently supported on ASP.NET Core
3. Install `Microsoft.AspNetCore.SystemWebAdapters.CoreServices` to your ASP.NET Core application
4. Install `Microsoft.AspNetCore.SystemWebAdapters.FrameworkServices` to your ASP.NET Framework application
- The package installation will add a new module to your `web.config`. This module handles any customizations that are required to help migrate to .NET Core. See [this](docs/framework.md) for details on what is available here.
- The package installation will add a new module to your `web.config`. This module handles any customizations that are required to help migrate to .NET Core.
5. For your ASP.NET Core application:
- Register the adapter services:
```csharp
Expand All @@ -45,7 +45,6 @@ The following steps are needed to use the `System.Web` adapters with an ASP.NET
```csharp
app.UseSystemWebAdapters();
```
- For additional configuration, please see the [configuration](./docs/core.md) section

## Supported Targets

Expand Down