update to dotnet 10

This commit is contained in:
2026-02-05 20:07:50 +01:00
parent ede6fe77de
commit be6ce2f604
11 changed files with 142 additions and 124 deletions

View File

@@ -1,5 +1,5 @@
using API.Extension;
using Microsoft.OpenApi.Models;
using Microsoft.OpenApi;
using Swashbuckle.AspNetCore.SwaggerGen;
var builder = WebApplication.CreateBuilder(args);