File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
doppler-integrations-data Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 7 .0.0 " />
11+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 9 .0.8 " />
1212 <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.6" />
1313 </ItemGroup >
1414
Original file line number Diff line number Diff line change 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
44WORKDIR /app
55EXPOSE 80
66EXPOSE 443
77
8- FROM mcr.microsoft.com/dotnet/sdk:7 .0 AS build
8+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
99WORKDIR /src
1010COPY ["doppler-integrations-msa/doppler-integrations-msa.csproj" , "doppler-integrations-msa/" ]
1111RUN dotnet restore "doppler-integrations-msa/doppler-integrations-msa.csproj"
Original file line number Diff line number Diff line change 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.8 " />
22+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9 .0.8 " />
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" />
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 7.0 "
3+ "version" : " 9.0.303 "
44 }
55}
You can’t perform that action at this time.
0 commit comments