Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent ca6e01f commit f223020
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/azure-functions/dotnet:4 AS base
WORKDIR /app
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:7.0.203-bullseye-slim AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0.408-bullseye-slim AS build
WORKDIR /src
COPY ["Arcus.Templates.AzureFunctions.Databricks.JobMetrics.csproj", ""]

Expand Down
2 changes: 1 addition & 1 deletion src/Arcus.Templates.AzureFunctions.EventHubs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/azure-functions/dotnet:4 AS base
WORKDIR /app
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:7.0.203-bullseye-slim AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0.408-bullseye-slim AS build
WORKDIR /src
COPY ["Arcus.Templates.AzureFunctions.EventHubs.csproj", ""]

Expand Down
2 changes: 1 addition & 1 deletion src/Arcus.Templates.AzureFunctions.Http/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/azure-functions/dotnet:4 AS base
WORKDIR /app
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:7.0.203-bullseye-slim AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0.408-bullseye-slim AS build
WORKDIR /src
COPY ["Arcus.Templates.AzureFunctions.Http.csproj", ""]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/azure-functions/dotnet:4 AS base
WORKDIR /app
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:7.0.203-bullseye-slim AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0.408-bullseye-slim AS build
WORKDIR /src
COPY ["Arcus.Templates.AzureFunctions.ServiceBus.Queue.csproj", ""]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/azure-functions/dotnet:4 AS base
WORKDIR /app
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:7.0.203-bullseye-slim AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0.408-bullseye-slim AS build
WORKDIR /src
COPY ["Arcus.Templates.AzureFunctions.ServiceBus.Topic.csproj", ""]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<PackageReference Include="Arcus.Security.Core" Version="1.9.0" />
<PackageReference Include="Arcus.Security.Providers.AzureKeyVault" Version="1.9.0" />
<PackageReference Include="Guard.NET" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="2.12.0" Condition="'$(Serilog_AppInsights)' == 'true'" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<PackageReference Include="Arcus.Security.Core" Version="1.9.0" />
<PackageReference Include="Arcus.Security.Providers.AzureKeyVault" Version="1.9.0" />
<PackageReference Include="Guard.NET" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="2.12.0" Condition="'$(Serilog_AppInsights)' == 'true'" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<PackageReference Include="Arcus.Security.Core" Version="1.9.0" />
<PackageReference Include="Arcus.Security.Providers.AzureKeyVault" Version="1.9.0" />
<PackageReference Include="Guard.NET" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="2.12.0" Condition="'$(Serilog_AppInsights)' == 'true'" />
Expand Down
2 changes: 1 addition & 1 deletion src/Arcus.Templates.WebApi/Arcus.Templates.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<PackageReference Include="Arcus.WebApi.Logging" Version="1.7.1" />
<PackageReference Include="Arcus.WebApi.Security" Version="1.7.1" Condition="'$(Auth)' == 'true'" />
<PackageReference Include="Guard.NET" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.10" Condition="'$(JwtAuth)' == 'true'" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.4" Condition="'$(JwtAuth)' == 'true'" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Serilog.AspNetCore" Version="6.1.0" Condition="'$(Serilog_AppInsights)' == 'true'" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" Condition="'$(OpenApi)' == 'true'" />
Expand Down

0 comments on commit f223020

Please sign in to comment.