|
9 | 9 | [](https://www.codefactor.io/repository/github/nanotaboada/Dotnet.Samples.AspNetCore.WebApi) |
10 | 10 | [](https://opensource.org/licenses/MIT) |
11 | 11 |
|
12 | | -Proof of Concept for a RESTful API built with .NET 8 (LTS) and ASP.NET Core. Manage football player data with SQLite, Entity Framework Core, Swagger documentation, and in-memory caching. |
| 12 | +Proof of Concept for a RESTful API built with .NET 10 (LTS) and ASP.NET Core. Manage football player data with SQLite, Entity Framework Core, Swagger documentation, and in-memory caching. |
13 | 13 |
|
14 | 14 | ## Table of Contents |
15 | 15 |
|
@@ -43,13 +43,13 @@ Proof of Concept for a RESTful API built with .NET 8 (LTS) and ASP.NET Core. Man |
43 | 43 |
|
44 | 44 | | Category | Technology | |
45 | 45 | |----------|------------| |
46 | | -| **Framework** | [.NET 8](https://github.com/dotnet/core) (LTS) | |
47 | | -| **Web Framework** | [ASP.NET Core 8.0](https://github.com/dotnet/aspnetcore) | |
| 46 | +| **Framework** | [.NET 10](https://github.com/dotnet/core) (LTS) | |
| 47 | +| **Web Framework** | [ASP.NET Core 10.0](https://github.com/dotnet/aspnetcore) | |
48 | 48 | | **API Documentation** | [Swashbuckle](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) (OpenAPI 3.0) | |
49 | 49 | | **Validation** | [FluentValidation 12](https://github.com/FluentValidation/FluentValidation) | |
50 | 50 | | **Mapping** | [AutoMapper 14](https://github.com/AutoMapper/AutoMapper) | |
51 | 51 | | **Database** | [SQLite 3](https://github.com/sqlite/sqlite) | |
52 | | -| **ORM** | [Entity Framework Core 9.0](https://github.com/dotnet/efcore) | |
| 52 | +| **ORM** | [Entity Framework Core 10.0](https://github.com/dotnet/efcore) | |
53 | 53 | | **Logging** | [Serilog 9](https://github.com/serilog/serilog) | |
54 | 54 | | **Testing** | [xUnit](https://github.com/xunit/xunit), [Moq](https://github.com/devlooped/moq), [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | |
55 | 55 | | **Containerization** | [Docker](https://github.com/docker) & [Docker Compose](https://github.com/docker/compose) | |
@@ -204,7 +204,7 @@ For complete endpoint documentation with request/response schemas, explore the [ |
204 | 204 |
|
205 | 205 | Before you begin, ensure you have the following installed: |
206 | 206 |
|
207 | | -- .NET 8 SDK (LTS) or higher |
| 207 | +- .NET 10 SDK (LTS) or higher |
208 | 208 | - Docker Desktop (optional, for containerized deployment) |
209 | 209 | - dotnet-ef CLI tool (for database migrations) |
210 | 210 |
|
|
0 commit comments