File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
smtpserver/Rnwood.SmtpServer Expand file tree Collapse file tree 7 files changed +13
-13
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" : " 9 .0.3 " ,
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:9 .0.3 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:9 .0.3 AS runtime
22COPY out /app
33VOLUME ["/smtp4dev"]
44WORKDIR /
Original file line number Diff line number Diff line change 3232 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
3333 <PackageReference Include =" Selenium.Support" Version =" 4.30.0" />
3434 <PackageReference Include =" Selenium.WebDriver" Version =" 4.31.0" />
35- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 8 .0.1 " />
35+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 9 .0.3 " />
3636 <PackageReference Include =" System.Linq.Dynamic.Core" Version =" 1.6.0.2" />
3737 <PackageReference Include =" WebDriverManager" Version =" 2.17.5" />
3838 <PackageReference Include =" xunit" Version =" 2.9.3" />
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" : " 9 .0.3 " ,
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 =" 9 .0.3 " />
40+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Analyzers" Version =" 9 .0.3 " />
41+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 9 .0.3 " >
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 " />
47- <PackageReference Include =" Microsoft.Extensions.Hosting.WindowsServices" Version =" 8 .0.1 " />
45+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 9 .0.3 " />
46+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9 .0.3 " />
47+ <PackageReference Include =" Microsoft.Extensions.Hosting.WindowsServices" Version =" 9 .0.3 " />
4848 <PackageReference Include =" Microsoft.TypeScript.MSBuild" Version =" 5.8.1" >
4949 <PrivateAssets >all</PrivateAssets >
5050 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 2525 </PropertyGroup >
2626
2727 <ItemGroup >
28- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8 .0.1 " />
29- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8 .0.3" />
28+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 9 .0.3 " />
29+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9 .0.3" />
3030
3131 <PackageReference Include =" System.Collections.NonGeneric" Version =" 4.3.0" />
3232 <PackageReference Include =" System.Net.Security" Version =" 4.3.2" />
You can’t perform that action at this time.
0 commit comments