File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "dotnet-ef" : {
6- "version" : " 8.0.14 " ,
6+ "version" : " 8.0.15 " ,
77 "commands" : [
88 " dotnet-ef"
99 ]
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:8.0.14 AS runtime
1+ FROM mcr.microsoft.com/dotnet/aspnet:8.0.15 AS runtime
22COPY out /app
33VOLUME ["/smtp4dev"]
44WORKDIR /
Original file line number Diff line number Diff line change 1- FROM --platform=linux/arm64 mcr.microsoft.com/dotnet/aspnet:8.0.14 AS runtime
1+ FROM --platform=linux/arm64 mcr.microsoft.com/dotnet/aspnet:8.0.15 AS runtime
22COPY out /app
33VOLUME ["/smtp4dev"]
44WORKDIR /
Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "dotnet-ef" : {
6- "version" : " 8.0.14 " ,
6+ "version" : " 8.0.15 " ,
77 "commands" : [
88 " dotnet-ef"
99 ]
Original file line number Diff line number Diff line change 3636 <PackageReference Include =" Linq.Expression.Optimizer" Version =" 1.0.29" />
3737 <PackageReference Include =" LinqKit" Version =" 1.3.8" />
3838 <PackageReference Include =" MailKit" Version =" 4.11.0" />
39- <PackageReference Include =" Microsoft.AspNetCore.Hosting.WindowsServices" Version =" 8.0.14 " />
40- <PackageReference Include =" Microsoft.EntityFrameworkCore.Analyzers" Version =" 8.0.14 " />
41- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.14 " >
39+ <PackageReference Include =" Microsoft.AspNetCore.Hosting.WindowsServices" Version =" 8.0.15 " />
40+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Analyzers" Version =" 8.0.15 " />
41+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.15 " >
4242 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4343 <PrivateAssets >all</PrivateAssets >
4444 </PackageReference >
45- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.14 " />
46- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.14 " />
45+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8.0.15 " />
46+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.15 " />
4747 <PackageReference Include =" Microsoft.Extensions.Hosting.WindowsServices" Version =" 8.0.1" />
4848 <PackageReference Include =" Microsoft.TypeScript.MSBuild" Version =" 5.8.1" >
4949 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments