diff --git a/samples/ConsoleApp/ConsoleApp.csproj b/samples/ConsoleApp/ConsoleApp.csproj index 1d4a0a3..3597c6d 100644 --- a/samples/ConsoleApp/ConsoleApp.csproj +++ b/samples/ConsoleApp/ConsoleApp.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable enable Radiant.$(MSBuildProjectName.Replace(" ", "_")) @@ -10,7 +10,7 @@ - + diff --git a/samples/EcommerceDDD/EcommerceDDD.Api/EcommerceDDD.WebApi.csproj b/samples/EcommerceDDD/EcommerceDDD.Api/EcommerceDDD.WebApi.csproj index e83412b..27e68e3 100644 --- a/samples/EcommerceDDD/EcommerceDDD.Api/EcommerceDDD.WebApi.csproj +++ b/samples/EcommerceDDD/EcommerceDDD.Api/EcommerceDDD.WebApi.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable latest @@ -9,16 +9,15 @@ - - - + + - + diff --git a/samples/EcommerceDDD/EcommerceDDD.Api/Program.cs b/samples/EcommerceDDD/EcommerceDDD.Api/Program.cs index 96b05b5..9747fef 100644 --- a/samples/EcommerceDDD/EcommerceDDD.Api/Program.cs +++ b/samples/EcommerceDDD/EcommerceDDD.Api/Program.cs @@ -20,7 +20,7 @@ builder.Services.AddEndpointsApiExplorer(); builder.Services.AddSwaggerGen(options => { - options.SwaggerDoc("v1", new Microsoft.OpenApi.Models.OpenApiInfo + options.SwaggerDoc("v1", new Microsoft.OpenApi.OpenApiInfo { Title = "Ecommerce DDD API", Version = "v1", diff --git a/samples/EcommerceDDD/EcommerceDDD.Application/EcommerceDDD.Application.csproj b/samples/EcommerceDDD/EcommerceDDD.Application/EcommerceDDD.Application.csproj index 8dc5550..9c206fa 100644 --- a/samples/EcommerceDDD/EcommerceDDD.Application/EcommerceDDD.Application.csproj +++ b/samples/EcommerceDDD/EcommerceDDD.Application/EcommerceDDD.Application.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable latest @@ -9,7 +9,7 @@ - + diff --git a/samples/EcommerceDDD/EcommerceDDD.Domain/EcommerceDDD.Domain.csproj b/samples/EcommerceDDD/EcommerceDDD.Domain/EcommerceDDD.Domain.csproj index 15c40a1..e791cce 100644 --- a/samples/EcommerceDDD/EcommerceDDD.Domain/EcommerceDDD.Domain.csproj +++ b/samples/EcommerceDDD/EcommerceDDD.Domain/EcommerceDDD.Domain.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable latest diff --git a/samples/EcommerceDDD/EcommerceDDD.Infrastructure/EcommerceDDD.Infrastructure.csproj b/samples/EcommerceDDD/EcommerceDDD.Infrastructure/EcommerceDDD.Infrastructure.csproj index 7dfbcab..c8e49db 100644 --- a/samples/EcommerceDDD/EcommerceDDD.Infrastructure/EcommerceDDD.Infrastructure.csproj +++ b/samples/EcommerceDDD/EcommerceDDD.Infrastructure/EcommerceDDD.Infrastructure.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 enable enable latest @@ -15,8 +15,8 @@ - - + + diff --git a/src/BrilliantMediator/BrilliantMediator.csproj b/src/BrilliantMediator/BrilliantMediator.csproj index dfdbb75..5e58168 100644 --- a/src/BrilliantMediator/BrilliantMediator.csproj +++ b/src/BrilliantMediator/BrilliantMediator.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable true @@ -23,8 +23,8 @@ - - + + diff --git a/tests/BrilliantMediator.Tests/BrilliantMediator.Tests.csproj b/tests/BrilliantMediator.Tests/BrilliantMediator.Tests.csproj index 56e967e..6319b06 100644 --- a/tests/BrilliantMediator.Tests/BrilliantMediator.Tests.csproj +++ b/tests/BrilliantMediator.Tests/BrilliantMediator.Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable false @@ -13,7 +13,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - +