Skip to content

Commit 95e0afb

Browse files
Update dotnet monorepo to v8
1 parent 7d36a41 commit 95e0afb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY ./ForneverMind/wwwroot/talks ./ForneverMind/wwwroot/talks/
1616
COPY ./Scripts ./Scripts/
1717
RUN 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:8.0 AS build-env
2020

2121
# Install Node.js:
2222
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
@@ -46,7 +46,7 @@ COPY ./ForneverMind.Tests ./ForneverMind.Tests/
4646
COPY --from=talks-env /talks/ForneverMind/wwwroot/talks/ ./ForneverMind/wwwroot/talks/
4747
RUN 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:8.0
5050

5151
WORKDIR /app
5252

ForneverMind.TestFramework/ForneverMind.TestFramework.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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.31" />
16+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.7" />
1717
<ProjectReference Include="..\ForneverMind\ForneverMind.fsproj" />
1818
</ItemGroup>
1919

ForneverMind/ForneverMind.fsproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
<PackageReference Include="Jint" Version="3.1.4" />
3939
<PackageReference Include="Markdig" Version="0.37.0" />
4040
<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" />
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="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" />
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" />

0 commit comments

Comments
 (0)