Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Commit bee7e21

Browse files
chore(deps): update dotnet monorepo to v8
1 parent 062167c commit bee7e21

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
22

3-
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
3+
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
44
WORKDIR /app
55
EXPOSE 80
66
EXPOSE 443
77

8-
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
99
WORKDIR /src
1010
COPY ["Felicity/Felicity.csproj", "Felicity/"]
1111
RUN dotnet restore "Felicity/Felicity.csproj"

Felicity/.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": "7.0.10",
6+
"version": "8.0.5",
77
"commands": [
88
"dotnet-ef"
99
]

Felicity/Felicity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="DotNetBungieAPI.Service.Abstractions" Version="2.11.1" />
1919
<PackageReference Include="Fergun.Interactive" Version="1.7.3" />
2020
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.5" />
2222
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0" />
2323
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
2424
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="7.0.0" />

0 commit comments

Comments
 (0)