Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit ec58e75

Browse files
Update dotnet monorepo to 8.0.8
1 parent 700002a commit ec58e75

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/Sample-CleanArchitecture-CQRS.Api/Sample-CleanArchitecture-CQRS.Api.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
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.8" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

src/Sample-CleanArchitecture-CQRS.Infrastructure/Sample-CleanArchitecture-CQRS.Infrastructure.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
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.8" />
17+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.8" />
18+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.8" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
20+
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="8.0.8" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
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.8" />
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" />

tests/Application.UnitTests/Application.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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.8" />
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" />

0 commit comments

Comments
 (0)