File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
ForneverMind.TestFramework Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ COPY ./ForneverMind/wwwroot/talks ./ForneverMind/wwwroot/talks/
20
20
COPY ./Scripts ./Scripts/
21
21
RUN pwsh ./Scripts/Prepare-Talks.ps1
22
22
23
- FROM mcr.microsoft.com/dotnet/sdk:6 .0 AS build-env
23
+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build-env
24
24
25
25
# Install Node.js:
26
26
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
@@ -44,7 +44,7 @@ COPY ./ForneverMind.Tests ./ForneverMind.Tests/
44
44
COPY --from=talks-env /talks/ForneverMind/wwwroot/talks/ ./ForneverMind/wwwroot/talks/
45
45
RUN dotnet publish ./ForneverMind -c Release -o /app/out
46
46
47
- FROM mcr.microsoft.com/dotnet/aspnet:6 .0
47
+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0
48
48
49
49
WORKDIR /app
50
50
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ SPDX-License-Identifier: MIT
16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6 .0.35 " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9 .0.4 " />
20
20
<ProjectReference Include =" ..\ForneverMind\ForneverMind.fsproj" />
21
21
</ItemGroup >
22
22
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ SPDX-License-Identifier: MIT
43
43
<PackageReference Include =" Jint" Version =" 4.2.2" />
44
44
<PackageReference Include =" Markdig" Version =" 0.40.0" />
45
45
<PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0" />
46
- <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 6 .0.35 " />
46
+ <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 9 .0.4 " />
47
47
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.2.0" />
48
- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 6 .0.1 " />
49
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6 .0.0 " />
50
- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 6 .0.0 " />
48
+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9 .0.4 " />
49
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 9 .0.4 " />
50
+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 9 .0.4 " />
51
51
<PackageReference Include =" RazorLight" Version =" 2.3.1" />
52
52
<PackageReference Include =" WilderMinds.RssSyndication" Version =" 1.7.1" />
53
53
<ProjectReference Include =" ..\ForneverMind.Frontend\ForneverMind.Frontend.proj"
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 6 .0.428 " ,
3
+ "version" : " 9 .0.202 " ,
4
4
"rollForward" : " latestMinor" ,
5
5
"allowPrerelease" : false
6
6
}
You can’t perform that action at this time.
0 commit comments