File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:9 .0-alpine AS base
3+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0-alpine AS base
44WORKDIR /app
55ARG BUILDPLATFORM
66
7- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9 .0-alpine AS build
7+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10 .0-alpine AS build
88WORKDIR /
99COPY ["src/Auth/Auth.csproj" , "Auth/" ]
1010RUN dotnet restore "Auth/Auth.csproj"
Original file line number Diff line number Diff line change 1313
1414 <ItemGroup >
1515 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Versioning" Version =" 5.1.0" />
16- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9 .0.18 " />
17- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9 .0.18 " />
18- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9 .0.18 " >
16+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 10 .0.10 " />
17+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 10 .0.10 " />
18+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 10 .0.10 " >
1919 <PrivateAssets >all</PrivateAssets >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 </PackageReference >
2222 <PackageReference Include =" NLog.Extensions.Logging" Version =" 6.1.4" />
2323 <PackageReference Include =" NLog.Web.AspNetCore" Version =" 6.1.4" />
2424 <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 9.0.4" />
2525 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 9.0.6" />
26- <PackageReference Include =" System.Diagnostics.DiagnosticSource" Version =" 9 .0.18 " />
26+ <PackageReference Include =" System.Diagnostics.DiagnosticSource" Version =" 10 .0.10 " />
2727 <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 8.22.0" />
2828 </ItemGroup >
2929
Original file line number Diff line number Diff line change 99
1010 <ItemGroup >
1111 <PackageReference Include =" coverlet.collector" Version =" 10.0.1" />
12- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9 .0.18 " />
12+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10 .0.10 " />
1313 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.8.1" />
1414 <PackageReference Include =" xunit" Version =" 2.9.3" />
1515 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" />
You can’t perform that action at this time.
0 commit comments