File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
22COPY . /build
33WORKDIR /build
44RUN dotnet restore
55RUN dotnet publish SMTP2Graph -c Release -o /SMTP2Graph --no-restore
6- FROM mcr.microsoft.com/dotnet/runtime:9 .0
6+ FROM mcr.microsoft.com/dotnet/runtime:10 .0
77WORKDIR /SMTP2Graph
88COPY --from=build /SMTP2Graph .
99ENV TENANT_ID=""
Load diff This file was deleted.
Original file line number Diff line number Diff line change 88 <UserSecretsId >d63d6915-df69-48cf-8d6c-88fd2de116f1</UserSecretsId >
99 </PropertyGroup >
1010
11+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
12+ <NoWarn >1701;1702;CA1873</NoWarn >
13+ </PropertyGroup >
14+
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
16+ <NoWarn >1701;1702;CA1873</NoWarn >
17+ </PropertyGroup >
18+
1119 <ItemGroup >
1220 <PackageReference Include =" Azure.Identity" Version =" 1.21.0" />
1321 <PackageReference Include =" Microsoft.Extensions.Hosting.WindowsServices" Version =" 10.0.6" />
You can’t perform that action at this time.
0 commit comments