Skip to content

Commit 1fb4874

Browse files
chore(deps): update dotnet monorepo to v10
1 parent 2901f6c commit 1fb4874

File tree

9 files changed

+106
-451
lines changed

9 files changed

+106
-451
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": "10.0.0",
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:10.0.0 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: 1 addition & 1 deletion
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="10.0.0" />
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" />

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": "10.0.0",
77
"commands": [
88
"dotnet-ef"
99
]

0 commit comments

Comments
 (0)