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 @@ -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:9 .0 AS build-env
20
20
21
21
# Install Node.js:
22
22
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
@@ -40,7 +40,7 @@ COPY ./ForneverMind.Tests ./ForneverMind.Tests/
40
40
COPY --from=talks-env /talks/ForneverMind/wwwroot/talks/ ./ForneverMind/wwwroot/talks/
41
41
RUN dotnet publish ./ForneverMind -c Release -o /app/out
42
42
43
- FROM mcr.microsoft.com/dotnet/aspnet:6 .0
43
+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0
44
44
45
45
WORKDIR /app
46
46
Original file line number Diff line number Diff line change 10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6 .0.35 " />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9 .0.3 " />
14
14
<ProjectReference Include =" ..\ForneverMind\ForneverMind.fsproj" />
15
15
</ItemGroup >
16
16
Original file line number Diff line number Diff line change 37
37
<PackageReference Include =" Jint" Version =" 4.1.0" />
38
38
<PackageReference Include =" Markdig" Version =" 0.39.1" />
39
39
<PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0" />
40
- <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 6 .0.35 " />
40
+ <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 9 .0.3 " />
41
41
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.2.0" />
42
- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 6 .0.1 " />
43
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6 .0.0 " />
44
- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 6 .0.0 " />
42
+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9 .0.3 " />
43
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 9 .0.3 " />
44
+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 9 .0.3 " />
45
45
<PackageReference Include =" RazorLight" Version =" 2.3.1" />
46
46
<PackageReference Include =" WilderMinds.RssSyndication" Version =" 1.7.1" />
47
47
<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