Skip to content

Commit eb5d39e

Browse files
chore(deps): update dotnet monorepo
1 parent 9b63173 commit eb5d39e

File tree

9 files changed

+107
-452
lines changed

9 files changed

+107
-452
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-ef": {
6-
"version": "8.0.15",
6+
"version": "9.0.9",
77
"commands": [
88
"dotnet-ef"
99
]

Dockerfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
1+
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime
22
RUN apt update
33
RUN apt install -y curl
44
COPY out /app

Dockerfile.linux.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.9 AS runtime
22
RUN apt update
33
RUN apt install -y curl
44
COPY out /app

Rnwood.Smtp4dev.Tests/Rnwood.Smtp4dev.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
3434
<PackageReference Include="Microsoft.Playwright" Version="1.47.0" />
3535
<PackageReference Include="Microsoft.Playwright.MSTest" Version="1.47.0" />
36-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
36+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.9" />
3737
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.4" />
3838
<PackageReference Include="xunit" Version="2.9.3" />
3939
<PackageReference Include="xunit.extensibility.core" Version="2.9.3" />
@@ -45,7 +45,7 @@
4545
<PrivateAssets>all</PrivateAssets>
4646
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4747
</PackageReference>
48-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.11" />
48+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.9" />
4949
<PackageReference Include="Xunit.SkippableFact" Version="1.5.23" />
5050
</ItemGroup>
5151
</Project>

Rnwood.Smtp4dev/.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-ef": {
6-
"version": "8.0.15",
6+
"version": "9.0.9",
77
"commands": [
88
"dotnet-ef"
99
]

0 commit comments

Comments
 (0)