File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
Core/CleanArchitecture.Application
CleanArchitecture.Infrastructure.Identity
CleanArchitecture.Infrastructure.Persistence
Presentation/CleanArchitecture.WebApi
Tests/CleanArchitecture.FunctionalTests Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 33 <TargetFramework >net10.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" FluentValidation.DependencyInjectionExtensions" Version =" 12.1.0 " />
6+ <PackageReference Include =" FluentValidation.DependencyInjectionExtensions" Version =" 12.1.1 " />
77 </ItemGroup >
88 <ItemGroup >
99 <ProjectReference Include =" ..\CleanArchitecture.Domain\CleanArchitecture.Domain.csproj" />
Original file line number Diff line number Diff line change 33 <TargetFramework >net10.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 10.0.0 " />
7- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 10.0.0 " />
8- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 10.0.0 " />
9- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 8.14 .0" />
10- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 10.0.0 " />
11- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 10.0.0 " />
6+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 10.0.1 " />
7+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 10.0.1 " />
8+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 10.0.1 " />
9+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 8.15 .0" />
10+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 10.0.1 " />
11+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 10.0.1 " />
1212 </ItemGroup >
1313 <ItemGroup >
1414 <ProjectReference Include =" ..\..\Core\CleanArchitecture.Application\CleanArchitecture.Application.csproj" />
Original file line number Diff line number Diff line change 33 <TargetFramework >net10.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 10.0.0 " />
7- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 10.0.0 " />
8- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 10.0.0 " />
6+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 10.0.1 " />
7+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 10.0.1 " />
8+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 10.0.1 " />
99 </ItemGroup >
1010 <ItemGroup >
1111 <ProjectReference Include =" ..\..\Core\CleanArchitecture.Application\CleanArchitecture.Application.csproj" />
Original file line number Diff line number Diff line change 33 <TargetFramework >net10.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 10.0.0 " >
6+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 10.0.1 " >
77 <PrivateAssets >all</PrivateAssets >
88 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
99 </PackageReference >
10- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 10.0.0 " />
11- <PackageReference Include =" Serilog.AspNetCore" Version =" 9 .0.0" />
12- <PackageReference Include =" Serilog.Enrichers.ClientInfo" Version =" 2.6 .0" />
10+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 10.0.1 " />
11+ <PackageReference Include =" Serilog.AspNetCore" Version =" 10 .0.0" />
12+ <PackageReference Include =" Serilog.Enrichers.ClientInfo" Version =" 2.8 .0" />
1313 <PackageReference Include =" Serilog.Enrichers.Environment" Version =" 3.0.1" />
1414 <PackageReference Include =" Serilog.Exceptions" Version =" 8.4.0" />
15- <PackageReference Include =" Serilog.Extensions.Hosting" Version =" 9 .0.0" />
15+ <PackageReference Include =" Serilog.Extensions.Hosting" Version =" 10 .0.0" />
1616 <PackageReference Include =" Serilog.Sinks.Console" Version =" 6.1.1" />
1717 <PackageReference Include =" Serilog.Sinks.Debug" Version =" 3.0.0" />
1818 </ItemGroup >
Original file line number Diff line number Diff line change 77 <IsTestProject >true</IsTestProject >
88 </PropertyGroup >
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.0 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 10.0.1 " />
1111 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
1212 <PackageReference Include =" xunit" Version =" 2.9.3" />
1313 <PackageReference Include =" Shouldly" Version =" 4.3.0" />
You can’t perform that action at this time.
0 commit comments