Skip to content

Commit

Permalink
chore(deps): update patch-all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 67d423d commit 630b24e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Applications/AdminApi/src/AdminApi/AdminApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.7.0" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.7.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.22.0" />
Expand Down
2 changes: 1 addition & 1 deletion Applications/AdminCli/src/AdminCli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/runtime:8.0.8 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.400 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
WORKDIR /src

COPY ["Directory.Build.props", "."]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.6-alpine3.18 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.400 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
WORKDIR /src

COPY ["Directory.Build.props", "."]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.6-alpine3.18 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.400 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
WORKDIR /src

COPY ["Directory.Build.props", "."]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0.6-alpine3.18 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0.400 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
WORKDIR /src

COPY ["Directory.Build.props", "."]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.9.2" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.2" />
<PackageReference Include="OpenIddict.Core" Version="5.7.0" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.7.0" />
<PackageReference Include="OpenIddict.Core" Version="5.7.1" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.7.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<PackageReference Include="OpenIddict.AspNetCore" Version="5.7.0" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.7.0" />
<PackageReference Include="OpenIddict.AspNetCore" Version="5.7.1" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="5.7.1" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.8" />
</ItemGroup>
Expand Down

0 comments on commit 630b24e

Please sign in to comment.