Skip to content

Commit caf85fa

Browse files
MackinnonBuckcaptainsafia
authored andcommitted
Update Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore package README (#57840)
1 parent 80d4a57 commit caf85fa

File tree

1 file changed

+4
-4
lines changed
  • src/Middleware/Diagnostics.EntityFrameworkCore/src

1 file changed

+4
-4
lines changed

src/Middleware/Diagnostics.EntityFrameworkCore/src/PACKAGE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## About
22

3-
`Microsoft.AspNetCore.Diagnostics.EntityFramework` provides an ASP.NET Core middleware for EF Core error pages, allowing detection and diagnosis of errors with EF Core migrations.
3+
`Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore` provides an ASP.NET Core middleware for EF Core error pages, allowing detection and diagnosis of errors with EF Core migrations.
44

55
## Key Features
66

@@ -9,12 +9,12 @@
99

1010
## How to Use
1111

12-
To use `Microsoft.AspNetCore.Diagnostics.EntityFramework`, follow these steps:
12+
To use `Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore`, follow these steps:
1313

1414
### Installation
1515

1616
```shell
17-
dotnet add package Microsoft.AspNetCore.Diagnostics.EntityFramework
17+
dotnet add package Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
1818
```
1919

2020
### Configuration
@@ -39,4 +39,4 @@ For more information on using Entity Framework Core in ASP.NET Core applications
3939

4040
## Feedback & Contributing
4141

42-
`Microsoft.AspNetCore.Diagnostics.EntityFramework` is released as open-source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/aspnetcore).
42+
`Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore` is released as open-source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/aspnetcore).

0 commit comments

Comments
 (0)