Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spin973 authored Jan 7, 2022
1 parent 2f5bb23 commit 328b985
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# AspNetCore.Identity.MongoDB
This is the .NET 6.0 version of the repository [AspNetCore.Identity.Mongo](https://github.com/matteofabbri/AspNetCore.Identity.Mongo), it allows you to use MongoDb instead of SQL server with Microsoft.AspNetCore.Identity 3.1.

## Dot Net Core Versions support

Library supports **.Net 6.0**.

## Using the Library

[The library is available at NuGet.org](https://www.nuget.org/packages/AspNetCore.Identity.MongoDB). This library supports [`ASP.NET Core 6.0`](https://docs.microsoft.com/it-it/aspnet/core/introduction-to-aspnet-core?view=aspnetcore-6.0).
[The library is available at NuGet.org](https://www.nuget.org/packages/AspNetCore.IdentityProvider.MongoDB). This library supports [`ASP.NET Core 6.0`](https://docs.microsoft.com/it-it/aspnet/core/introduction-to-aspnet-core?view=aspnetcore-6.0).

### Samples

Expand All @@ -19,10 +23,6 @@ docker run --name some-mongo -d -p "27017:27017" mongo:3

After that, you can run the tests through the `dotnet test` command under the test project directory.

## Dot Net Core Versions support

Library supports **.Net 6.0**.

## How to use:
AspNetCore.Identity.MongoDB is installed from NuGet:
```
Expand Down

0 comments on commit 328b985

Please sign in to comment.