File tree 7 files changed +13
-13
lines changed
smtpserver/Rnwood.SmtpServer
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"dotnet-ef" : {
6
- "version" : " 8 .0.15 " ,
6
+ "version" : " 9 .0.4 " ,
7
7
"commands" : [
8
8
" dotnet-ef"
9
9
]
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/aspnet:8 .0.15 AS runtime
1
+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0.4 AS runtime
2
2
COPY out /app
3
3
VOLUME ["/smtp4dev"]
4
4
WORKDIR /
Original file line number Diff line number Diff line change 1
- FROM --platform=linux/arm64 mcr.microsoft.com/dotnet/aspnet:8 .0.15 AS runtime
1
+ FROM --platform=linux/arm64 mcr.microsoft.com/dotnet/aspnet:9 .0.4 AS runtime
2
2
COPY out /app
3
3
VOLUME ["/smtp4dev"]
4
4
WORKDIR /
Original file line number Diff line number Diff line change 32
32
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
33
33
<PackageReference Include =" Selenium.Support" Version =" 4.31.0" />
34
34
<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.4 " />
36
36
<PackageReference Include =" System.Linq.Dynamic.Core" Version =" 1.6.0.2" />
37
37
<PackageReference Include =" WebDriverManager" Version =" 2.17.5" />
38
38
<PackageReference Include =" xunit" Version =" 2.9.3" />
Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"dotnet-ef" : {
6
- "version" : " 8 .0.15 " ,
6
+ "version" : " 9 .0.4 " ,
7
7
"commands" : [
8
8
" dotnet-ef"
9
9
]
Original file line number Diff line number Diff line change 36
36
<PackageReference Include =" Linq.Expression.Optimizer" Version =" 1.0.29" />
37
37
<PackageReference Include =" LinqKit" Version =" 1.3.8" />
38
38
<PackageReference Include =" MailKit" Version =" 4.11.0" />
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 " >
39
+ <PackageReference Include =" Microsoft.AspNetCore.Hosting.WindowsServices" Version =" 9 .0.4 " />
40
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Analyzers" Version =" 9 .0.4 " />
41
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 9 .0.4 " >
42
42
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
43
43
<PrivateAssets >all</PrivateAssets >
44
44
</PackageReference >
45
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 8 .0.15 " />
46
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8 .0.15 " />
47
- <PackageReference Include =" Microsoft.Extensions.Hosting.WindowsServices" Version =" 8 .0.1 " />
45
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 9 .0.4 " />
46
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9 .0.4 " />
47
+ <PackageReference Include =" Microsoft.Extensions.Hosting.WindowsServices" Version =" 9 .0.4 " />
48
48
<PackageReference Include =" Microsoft.TypeScript.MSBuild" Version =" 5.8.1" >
49
49
<PrivateAssets >all</PrivateAssets >
50
50
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 25
25
</PropertyGroup >
26
26
27
27
<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.4 " />
29
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9 .0.4 " />
30
30
31
31
<PackageReference Include =" System.Collections.NonGeneric" Version =" 4.3.0" />
32
32
<PackageReference Include =" System.Net.Security" Version =" 4.3.2" />
You can’t perform that action at this time.
0 commit comments