This repository was archived by the owner on May 10, 2025. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
2
2
3
- FROM mcr.microsoft.com/dotnet/aspnet:6 .0 AS base
3
+ FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS base
4
4
WORKDIR /app
5
5
EXPOSE 80
6
6
EXPOSE 443
7
7
8
- FROM mcr.microsoft.com/dotnet/sdk:6 .0 AS build
8
+ FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
9
9
WORKDIR /src
10
10
COPY ["Felicity/Felicity.csproj" , "Felicity/" ]
11
11
RUN dotnet restore "Felicity/Felicity.csproj"
Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"dotnet-ef" : {
6
- "version" : " 7 .0.10 " ,
6
+ "version" : " 8 .0.2 " ,
7
7
"commands" : [
8
8
" dotnet-ef"
9
9
]
Original file line number Diff line number Diff line change 18
18
<PackageReference Include =" DotNetBungieAPI.Service.Abstractions" Version =" 2.11.1" />
19
19
<PackageReference Include =" Fergun.Interactive" Version =" 1.7.3" />
20
20
<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.2 " />
22
22
<PackageReference Include =" Microsoft.Extensions.Options" Version =" 8.0.0" />
23
23
<PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.19.5" />
24
24
<PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 7.0.0" />
You can’t perform that action at this time.
0 commit comments