Skip to content

Commit

Permalink
Fixed NuGet packages urls
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrekh committed Nov 16, 2017
1 parent 4f46f45 commit 1b14b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ This repository contains several C# projects:
## Nuget packages
UnitOfWorkCore component is distributed as two separate NuGet packages

- [_UnitOfWorkCore_](https://www.nuget.org/packages/unitofworkcore/) - for use in projects that don't depend on ASP.NET Core (e.g. services layer in your solution)
- [_UnitOfWorkCore.AspNetCore_](https://www.nuget.org/packages/unitofworkcore/) - for use in ASP.NET Core projects with REST API
- [_UnitOfWorkCore_](https://www.nuget.org/packages/UnitOfWorkCore/) - for use in projects that don't depend on ASP.NET Core (e.g. services layer in your solution)
- [_UnitOfWorkCore.AspNetCore_](https://www.nuget.org/packages/UnitOfWorkCore.AspNetCore/) - for use in ASP.NET Core projects with REST API

To install `UnitOfWorkCore` and `UnitOfWorkCore.AspNetCore` in your project(s), use the Visual Studio's built-in NuGet GUI (_Manage NuGet packages_ option in project's context menu) or run the following commands in Package Manager Console:

Expand Down

0 comments on commit 1b14b30

Please sign in to comment.