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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ O projeto adota uma **arquitetura em camadas** organizada em três projetos dist
| [.NET](https://dotnet.microsoft.com/) | 10 | Framework principal |
| [ASP.NET Core](https://learn.microsoft.com/aspnet/core) | 10 | Web API |
| [C#](https://learn.microsoft.com/dotnet/csharp/) | 13 | Linguagem |
| [Swagger / Scalar](https://swagger.io/) | | Documentação interativa |
| [Entity Framework Core](https://learn.microsoft.com/ef/core/) | | ORM *(se aplicável)* |
| [Swagger / Scalar](https://swagger.io/) | 10 | Documentação interativa |
| [Entity Framework Core](https://learn.microsoft.com/ef/core/) | 10 | ORM *(se aplicável)* |
| [Serilog](https://serilog.net/) | - Logs

---
Expand Down
Loading