This repository was archived by the owner on Aug 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Sample-CleanArchitecture-CQRS.Api
Sample-CleanArchitecture-CQRS.Application
Sample-CleanArchitecture-CQRS.Infrastructure
tests/Application.UnitTests Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1313 <PackageReference Include =" Asp.Versioning.Mvc.ApiExplorer" Version =" 8.1.0" />
1414 <PackageReference Include =" Mapster" Version =" 7.4.0" />
1515 <PackageReference Include =" Mapster.DependencyInjection" Version =" 1.0.1" />
16- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8.0.4 " />
17- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.4 " >
16+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8.0.16 " />
17+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.16 " >
1818 <PrivateAssets >all</PrivateAssets >
1919 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2020 </PackageReference >
Original file line number Diff line number Diff line change 1212 <PackageReference Include =" FluentValidation.DependencyInjectionExtensions" Version =" 11.9.0" />
1313 <PackageReference Include =" Mapster" Version =" 7.4.0" />
1414 <PackageReference Include =" MediatR" Version =" 12.2.0" />
15- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0 " />
15+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.1 " />
1616 </ItemGroup >
1717
1818
Original file line number Diff line number Diff line change 1313
1414 <ItemGroup >
1515 <PackageReference Include =" Mapster" Version =" 7.4.0" />
16- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.4 " />
17- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.4 " />
18- <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 8.0.4 " />
19- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8.0.4 " />
20- <PackageReference Include =" Microsoft.EntityFrameworkCore.Analyzers" Version =" 8.0.4 " />
21- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.4 " >
16+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8.0.16 " />
17+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.16 " />
18+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 8.0.16 " />
19+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8.0.16 " />
20+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Analyzers" Version =" 8.0.16 " />
21+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.16 " >
2222 <PrivateAssets >all</PrivateAssets >
2323 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2424 </PackageReference >
25- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.4 " />
25+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.16 " />
2626 <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 7.5.0" />
2727 <PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 7.5.0" />
2828 <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.5.0" />
Original file line number Diff line number Diff line change 1414 <PrivateAssets >all</PrivateAssets >
1515 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1616 </PackageReference >
17- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.3 " />
17+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.16 " />
1818 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
1919 <PackageReference Include =" Moq" Version =" 4.20.70" />
2020 <PackageReference Include =" xunit" Version =" 2.5.3" />
You can’t perform that action at this time.
0 commit comments