File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 <ItemGroup >
88 <PackageReference Include =" AutoMapper" Version =" 14.0.0" />
99 <PackageReference Include =" FluentAssertions" Version =" 8.7.0" />
10- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 9 .0.9 " />
10+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 10 .0.0 " />
1111 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
1212 <PackageReference Include =" Moq" Version =" 4.20.72" />
1313 <PackageReference Include =" xunit" Version =" 2.9.3" />
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
22WORKDIR /src
33
44COPY ./*.sln ./
@@ -12,7 +12,7 @@ COPY . ./
1212WORKDIR /src/Web
1313RUN dotnet publish -c Release -o /app
1414
15- FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS base
15+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0 AS base
1616WORKDIR /app
1717COPY --from=build /app .
1818
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <ItemGroup >
4- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9 .0.9 " />
4+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 10 .0.0 " />
55 <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9.0.9" />
6- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9 .0.9 " >
6+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 10 .0.0 " >
77 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
88 <PrivateAssets >all</PrivateAssets >
99 </PackageReference >
Original file line number Diff line number Diff line change 1212 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1313 <PrivateAssets >all</PrivateAssets >
1414 </PackageReference >
15- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 8 .0.20 " />
15+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 10 .0.0 " />
1616 <PackageReference Include =" Microsoft.AspNetCore.Components.DataAnnotations.Validation" Version =" 3.2.0-rc1.20223.4" />
17- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 9 .0.9 " >
17+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 10 .0.0 " >
1818 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1919 <PrivateAssets >all</PrivateAssets >
2020 </PackageReference >
You can’t perform that action at this time.
0 commit comments