File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
ForneverMind.TestFramework Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ COPY ./ForneverMind/wwwroot/talks ./ForneverMind/wwwroot/talks/
1616COPY ./Scripts ./Scripts/
1717RUN pwsh ./Scripts/Prepare-Talks.ps1
1818
19- FROM mcr.microsoft.com/dotnet/sdk:6 .0 AS build-env
19+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build-env
2020
2121# Install Node.js:
2222RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
@@ -46,7 +46,7 @@ COPY ./ForneverMind.Tests ./ForneverMind.Tests/
4646COPY --from=talks-env /talks/ForneverMind/wwwroot/talks/ ./ForneverMind/wwwroot/talks/
4747RUN dotnet publish ./ForneverMind -c Release -o /app/out
4848
49- FROM mcr.microsoft.com/dotnet/aspnet:6 .0
49+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0
5050
5151WORKDIR /app
5252
Original file line number Diff line number Diff line change 1313 <ItemGroup >
1414 <ProjectReference Include =" ..\EvilPlanner\EvilPlanner.Core\EvilPlanner.Core.fsproj" />
1515 <ProjectReference Include =" ..\EvilPlanner\EvilPlanner.Logic\EvilPlanner.Logic.fsproj" />
16- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6 .0.35 " />
16+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9 .0.0 " />
1717 <ProjectReference Include =" ..\ForneverMind\ForneverMind.fsproj" />
1818 </ItemGroup >
1919
Original file line number Diff line number Diff line change 3838 <PackageReference Include =" Jint" Version =" 4.1.0" />
3939 <PackageReference Include =" Markdig" Version =" 0.38.0" />
4040 <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0" />
41- <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 6 .0.35 " />
41+ <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 9 .0.0 " />
4242 <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.2.0" />
43- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 6 .0.1 " />
44- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6 .0.0" />
45- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 6 .0.0" />
43+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9 .0.0 " />
44+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 9 .0.0" />
45+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 9 .0.0" />
4646 <PackageReference Include =" RazorLight" Version =" 2.3.1" />
4747 <PackageReference Include =" WilderMinds.RssSyndication" Version =" 1.7.1" />
4848 <ProjectReference Include =" ..\EvilPlanner\EvilPlanner.Backend\EvilPlanner.Backend.fsproj" />
You can’t perform that action at this time.
0 commit comments