File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<ItemGroup >
12
12
<PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
13
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.0-rc.1.23419.6 " >
13
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.0-preview.3.23174.2 " >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
</PackageReference >
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/aspnet:8.0-preview AS base
1
+ FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy AS base
2
2
WORKDIR /app
3
3
EXPOSE 8080
4
4
5
5
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
6
6
7
- FROM mcr.microsoft.com/dotnet/sdk:8.0-preview AS build
7
+ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build
8
8
WORKDIR /src
9
9
COPY ["CoreHome.Admin/CoreHome.Admin.csproj" , "CoreHome.Admin/" ]
10
10
COPY ["CoreHome.Infrastructure/CoreHome.Infrastructure.csproj" , "CoreHome.Infrastructure/" ]
Original file line number Diff line number Diff line change 10
10
11
11
<ItemGroup >
12
12
<PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
13
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.0-rc.1.23419.6 " >
13
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.0-preview.3.23174.2 " >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
</PackageReference >
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/aspnet:8.0-preview AS base
1
+ FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy AS base
2
2
WORKDIR /app
3
3
EXPOSE 8080
4
4
@@ -7,7 +7,7 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
7
7
RUN apt update
8
8
RUN apt install libgdiplus -y
9
9
10
- FROM mcr.microsoft.com/dotnet/sdk:8.0-preview AS build
10
+ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build
11
11
WORKDIR /src
12
12
COPY ["CoreHome.HomePage/CoreHome.HomePage.csproj" , "CoreHome.HomePage/" ]
13
13
COPY ["CoreHome.Infrastructure/CoreHome.Infrastructure.csproj" , "CoreHome.Infrastructure/" ]
Original file line number Diff line number Diff line change 1
1
@{
2
2
Layout = " _Layout" ;
3
- ViewBag .FrameworkVersion = Environment .Version .ToString () + " -preview.7 " ;
3
+ ViewBag .FrameworkVersion = Environment .Version .ToString () + " -rc.1 " ;
4
4
ViewBag .Profile = ProfileService .Config ;
5
5
ViewBag .Theme = ThemeService .Config ;
6
6
}
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/aspnet:8.0-preview AS base
1
+ FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy AS base
2
2
WORKDIR /app
3
3
EXPOSE 8080
4
4
5
- FROM mcr.microsoft.com/dotnet/sdk:8.0-preview AS build
5
+ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build
6
6
WORKDIR /src
7
7
COPY ["CoreHome.ReverseProxy/CoreHome.ReverseProxy.csproj" , "CoreHome.ReverseProxy/" ]
8
8
RUN dotnet restore "CoreHome.ReverseProxy/CoreHome.ReverseProxy.csproj"
You can’t perform that action at this time.
0 commit comments