File tree Expand file tree Collapse file tree
src/Services/Identity/Identity.API Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:6 .0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:7 .0 AS base
22WORKDIR /app
33EXPOSE 80
44
5- FROM mcr.microsoft.com/dotnet/sdk:6 .0 AS build
5+ FROM mcr.microsoft.com/dotnet/sdk:7 .0 AS build
66WORKDIR /src
77
88# It's important to keep lines from here down to "COPY . ." identical in all Dockerfiles
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 <UserSecretsId >aspnet-eShopOnContainers.Identity-90487118-103c-4ff0-b9da-e5e26f7ab0c5</UserSecretsId >
66 <DockerComposeProjectPath >..\..\..\..\docker-compose.dcproj</DockerComposeProjectPath >
77 <GenerateErrorForMissingTargetingPacks >false</GenerateErrorForMissingTargetingPacks >
You can’t perform that action at this time.
0 commit comments