Skip to content

Commit a8e4992

Browse files
chore(deps): update dotnet monorepo to v9
1 parent 16f1215 commit a8e4992

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doppler-integrations-data/doppler-integrations-data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.6" />
1212
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
1313
</ItemGroup>
1414

doppler-integrations-msa/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
22

3-
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
3+
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
44
WORKDIR /app
55
EXPOSE 80
66
EXPOSE 443
77

8-
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
99
WORKDIR /src
1010
COPY ["doppler-integrations-msa/doppler-integrations-msa.csproj", "doppler-integrations-msa/"]
1111
RUN dotnet restore "doppler-integrations-msa/doppler-integrations-msa.csproj"

doppler-integrations-msa/doppler-integrations-msa.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.13" />
22-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.13" />
21+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.6" />
22+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.6" />
2323
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
2424
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2525
<PackageReference Include="RestSharp" Version="110.2.0" />

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "7.0"
3+
"version": "9.0.301"
44
}
55
}

0 commit comments

Comments
 (0)