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/
16
16
COPY ./Scripts ./Scripts/
17
17
RUN pwsh ./Scripts/Prepare-Talks.ps1
18
18
19
- FROM mcr.microsoft.com/dotnet/sdk:6 .0 AS build-env
19
+ FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build-env
20
20
21
21
# Install Node.js:
22
22
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
@@ -46,7 +46,7 @@ COPY ./ForneverMind.Tests ./ForneverMind.Tests/
46
46
COPY --from=talks-env /talks/ForneverMind/wwwroot/talks/ ./ForneverMind/wwwroot/talks/
47
47
RUN dotnet publish ./ForneverMind -c Release -o /app/out
48
48
49
- FROM mcr.microsoft.com/dotnet/aspnet:6 .0
49
+ FROM mcr.microsoft.com/dotnet/aspnet:8 .0
50
50
51
51
WORKDIR /app
52
52
Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<ProjectReference Include =" ..\EvilPlanner\EvilPlanner.Core\EvilPlanner.Core.fsproj" />
15
15
<ProjectReference Include =" ..\EvilPlanner\EvilPlanner.Logic\EvilPlanner.Logic.fsproj" />
16
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6 .0.31 " />
16
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.7 " />
17
17
<ProjectReference Include =" ..\ForneverMind\ForneverMind.fsproj" />
18
18
</ItemGroup >
19
19
Original file line number Diff line number Diff line change 38
38
<PackageReference Include =" Jint" Version =" 3.1.4" />
39
39
<PackageReference Include =" Markdig" Version =" 0.37.0" />
40
40
<PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0" />
41
- <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 6 .0.31 " />
41
+ <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 8 .0.7 " />
42
42
<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 =" 8 .0.0 " />
44
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8 .0.0" />
45
+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8 .0.0" />
46
46
<PackageReference Include =" RazorLight" Version =" 2.3.1" />
47
47
<PackageReference Include =" WilderMinds.RssSyndication" Version =" 1.7.1" />
48
48
<ProjectReference Include =" ..\EvilPlanner\EvilPlanner.Backend\EvilPlanner.Backend.fsproj" />
You can’t perform that action at this time.
0 commit comments