Skip to content

Commit 61b77d0

Browse files
Update dotnet monorepo to v9
1 parent af740ed commit 61b77d0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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:9.0 AS build-env
2020

2121
# Install Node.js:
2222
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
@@ -40,7 +40,7 @@ COPY ./ForneverMind.Tests ./ForneverMind.Tests/
4040
COPY --from=talks-env /talks/ForneverMind/wwwroot/talks/ ./ForneverMind/wwwroot/talks/
4141
RUN dotnet publish ./ForneverMind -c Release -o /app/out
4242

43-
FROM mcr.microsoft.com/dotnet/aspnet:6.0
43+
FROM mcr.microsoft.com/dotnet/aspnet:9.0
4444

4545
WORKDIR /app
4646

ForneverMind.TestFramework/ForneverMind.TestFramework.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.35" />
13+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.3" />
1414
<ProjectReference Include="..\ForneverMind\ForneverMind.fsproj" />
1515
</ItemGroup>
1616

ForneverMind/ForneverMind.fsproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
<PackageReference Include="Jint" Version="4.1.0" />
3838
<PackageReference Include="Markdig" Version="0.39.1" />
3939
<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" />
4141
<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" />
4545
<PackageReference Include="RazorLight" Version="2.3.1" />
4646
<PackageReference Include="WilderMinds.RssSyndication" Version="1.7.1" />
4747
<ProjectReference Include="..\ForneverMind.Frontend\ForneverMind.Frontend.proj"

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.428",
3+
"version": "9.0.202",
44
"rollForward": "latestMinor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)