Skip to content

Commit e672a8b

Browse files
chore(deps): update dotnet monorepo
1 parent 540125f commit e672a8b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

IdentityApi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# ENTRYPOINT ["dotnet", "IdentityApi.dll"]
2323

2424

25-
FROM mcr.microsoft.com/dotnet/aspnet:6.0-alpine AS base
25+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS base
2626
EXPOSE 8080
2727

2828
RUN apk add icu-libs

IdentityApi/IdentityApi.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,19 @@
7979
<Folder Include="CustomPolicies\AccountPolicy\" />
8080
</ItemGroup>
8181
<ItemGroup>
82-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0">
82+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.9">
8383
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8484
<PrivateAssets>all</PrivateAssets>
8585
</PackageReference>
86-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0">
86+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.9">
8787
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8888
<PrivateAssets>all</PrivateAssets>
8989
</PackageReference>
90-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
91-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
90+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.9" />
91+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.9" />
9292
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.5.0" />
9393
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.5.0" />
94-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" />
94+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.9" />
9595
<PackageReference Include="UAParser" Version="3.1.47" />
9696
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
9797
<PackageReference Include="Grpc.Net.Client" Version="2.59.0" />
@@ -103,7 +103,7 @@
103103
<PackageReference Include="Grpc.AspNetCore" Version="2.59.0" />
104104
<PackageReference Include="Grpc.Net.Client.Web" Version="2.59.0" />
105105
<PackageReference Include="PwnedPasswords.Client" Version="1.2.0" />
106-
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.0" />
106+
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.9" />
107107
</ItemGroup>
108108
<ItemGroup>
109109
<Protobuf Include="Protos\policyapi.proto" GrpcServices="Client">

IdentityApiTest/IdentityApiTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.9" />
2222
<PackageReference Include="Moq" Version="4.20.70" />
2323
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)