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

delete docs #249

Merged
merged 5 commits into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# System.Web adapters for ASP.NET Core
# `System.Web` adapters for ASP.NET Core

This project provides a collection of adapters that help migrating from `System.Web.dll` based ASP.NET projects to ASP.NET Core projects. The adapters currently include:

Expand All @@ -7,15 +7,15 @@ This project provides a collection of adapters that help migrating from `System.
- `Microsoft.AspNetCore.SystemWebAdapters.FrameworkServices`: Support for adding services to ASP.NET Framework applications to enable migration efforts
- `Microsoft.AspNetCore.SystemWebAdapters.Abstractions`: A collection of abstractions shared between the ASP.NET Core and .NET Framework implementations, such as session serialization interfaces.

These adapters help enable large scale, incremental migration from ASP.NET to ASP.NET Core. For more details on incremental migration from ASP.NET to ASP.NET Core, please see the [documentation](docs).
These adapters help enable large scale, incremental migration from ASP.NET to ASP.NET Core. For more details on incremental migration from ASP.NET to ASP.NET Core, see [Incremental ASP.NET to ASP.NET Core Migration](https://learn.microsoft.com/aspnet/core/migration/inc/overview).

## Get started

Use the [Getting Started](docs/getting_started.md) guide in the docs to start using the System.Web adapters as part of an incremental migration from ASP.NET to ASP.NET Core.
Use the [Get started with incremental ASP.NET to ASP.NET Core migration](https://learn.microsoft.com/en-us/aspnet/core/migration/inc/start) guide in the docs to start using the `System.Web` adapters as part of an incremental migration from ASP.NET to ASP.NET Core.

## Set up

Below are the steps needed to start using the System.Web adapters with your ASP.NET project:
The following steps are needed to use the `System.Web` adapters with an ASP.NET project:

1. *Optional for nightly adapter builds*: Set up `NuGet.config` to point to the CI feed:
```xml
Expand Down
86 changes: 0 additions & 86 deletions docs/README.md

This file was deleted.

51 changes: 0 additions & 51 deletions docs/adapters.md

This file was deleted.

45 changes: 0 additions & 45 deletions docs/core.md

This file was deleted.

49 changes: 0 additions & 49 deletions docs/framework.md

This file was deleted.

48 changes: 0 additions & 48 deletions docs/getting_started.md

This file was deleted.

Binary file removed docs/images/migrate_menu.png
Binary file not shown.
Binary file removed docs/images/migrate_options.png
Binary file not shown.
Binary file removed docs/images/migrate_wizard.png
Binary file not shown.
49 changes: 0 additions & 49 deletions docs/remote-app-setup.md

This file was deleted.

Loading