File tree 2 files changed +9
-9
lines changed
Sample-CleanArchitecture-CQRS.Api
Sample-CleanArchitecture-CQRS.Infrastructure
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
<PackageReference Include =" Asp.Versioning.Mvc.ApiExplorer" Version =" 8.1.0" />
14
14
<PackageReference Include =" Mapster" Version =" 7.4.0" />
15
15
<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.5 " />
17
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.5 " >
18
18
<PrivateAssets >all</PrivateAssets >
19
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20
20
</PackageReference >
Original file line number Diff line number Diff line change 13
13
14
14
<ItemGroup >
15
15
<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.5 " />
17
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.5 " />
18
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 8.0.5 " />
19
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8.0.5 " />
20
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Analyzers" Version =" 8.0.5 " />
21
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.5 " >
22
22
<PrivateAssets >all</PrivateAssets >
23
23
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
24
24
</PackageReference >
25
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.4 " />
25
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.5 " />
26
26
<PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 7.5.0" />
27
27
<PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 7.5.0" />
28
28
<PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.5.0" />
You can’t perform that action at this time.
0 commit comments