Skip to content

Commit 6644acd

Browse files
chore(deps): update dotnet monorepo to 8.0.15 (#1692)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c49c7d commit 6644acd

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.14",
6+
"version": "8.0.15",
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.14 AS runtime
1+
FROM mcr.microsoft.com/dotnet/aspnet:8.0.15 AS runtime
22
COPY out /app
33
VOLUME ["/smtp4dev"]
44
WORKDIR /

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.14 AS runtime
1+
FROM --platform=linux/arm64 mcr.microsoft.com/dotnet/aspnet:8.0.15 AS runtime
22
COPY out /app
33
VOLUME ["/smtp4dev"]
44
WORKDIR /

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.14",
6+
"version": "8.0.15",
77
"commands": [
88
"dotnet-ef"
99
]

Rnwood.Smtp4dev/Rnwood.Smtp4dev.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
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="8.0.15" />
40+
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="8.0.15" />
41+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.15">
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" />
45+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.15" />
46+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.15" />
4747
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.1" />
4848
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.8.1">
4949
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)