Skip to content

Commit 0570f6f

Browse files
chore(deps): update dotnet monorepo to v9
1 parent 9850dd5 commit 0570f6f

File tree

9 files changed

+24
-653
lines changed

9 files changed

+24
-653
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.15 AS runtime
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0.9 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.runner.visualstudio" Version="3.0.2">
@@ -44,6 +44,6 @@
4444
<PrivateAssets>all</PrivateAssets>
4545
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4646
</PackageReference>
47-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.11" />
47+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.9" />
4848
</ItemGroup>
4949
</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)