File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "dotnet-ef" : {
6- "version" : " 5 .0.17 " ,
6+ "version" : " 8 .0.6 " ,
77 "commands" : [
88 " dotnet-ef"
99 ]
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:7 .0 AS build-env
1+ FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build-env
22
33# Install Node.js 18
44RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
@@ -23,7 +23,7 @@ COPY . ./
2323RUN dotnet build Emulsion.MessageArchive.Frontend # required to publish the frontend resources
2424RUN dotnet publish Emulsion -c Release -o /app/out
2525
26- FROM mcr.microsoft.com/dotnet/aspnet:7 .0
26+ FROM mcr.microsoft.com/dotnet/aspnet:8 .0
2727WORKDIR /app
2828COPY --from=build-env /app/out .
2929ENTRYPOINT ["dotnet" , "Emulsion.dll" ]
Original file line number Diff line number Diff line change 1919 <ItemGroup >
2020 <PackageReference Include =" Hashids.net" Version =" 1.7.0" />
2121 <PackageReference Include =" JetBrains.Lifetimes" Version =" 2024.1.1" />
22- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 6 .0.0" />
22+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8 .0.0" />
2323 <PackageReference Include =" Serilog" Version =" 4.0.0" />
2424 <PackageReference Include =" SimpleBase" Version =" 4.0.0" />
2525 </ItemGroup >
Original file line number Diff line number Diff line change 1515
1616 <ItemGroup >
1717 <PackageReference Include =" EntityFrameworkCore.FSharp" Version =" 5.0.3" />
18- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 5 .0.17 " >
18+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8 .0.6 " >
1919 <PrivateAssets >all</PrivateAssets >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 </PackageReference >
22- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 5 .0.17 " />
22+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8 .0.6 " />
2323 </ItemGroup >
2424
2525</Project >
Original file line number Diff line number Diff line change 1717 </ItemGroup >
1818
1919 <ItemGroup >
20- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 5 .0.0" />
20+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8 .0.0" />
2121 <PackageReference Include =" Serilog.AspNetCore" Version =" 8.0.1" />
2222 <PackageReference Include =" Serilog.Extensions.Logging" Version =" 8.0.0" />
2323 </ItemGroup >
Original file line number Diff line number Diff line change 2424 </ItemGroup >
2525 <ItemGroup >
2626 <PackageReference Include =" JetBrains.Lifetimes" Version =" 2024.1.1" />
27- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 5 .0.0" />
28- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 5 .0.0" />
27+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8 .0.0" />
28+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8 .0.0" />
2929 <PackageReference Include =" Serilog" Version =" 4.0.0" />
3030 <PackageReference Include =" Serilog.Sinks.Console" Version =" 6.0.0" />
3131 <PackageReference Include =" Serilog.Sinks.RollingFile" Version =" 3.3.0" />
You can’t perform that action at this time.
0 commit comments