From 3719a1572084554b335888a11eb9939a2cd6a3a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 04:19:02 +0000 Subject: [PATCH] [fsharp/Tests] Update mcr.microsoft.com/devcontainers/dotnet Docker tag to v9 --- fsharp/.devcontainer.json | 2 +- fsharp/Application/Application.fsproj | 2 +- fsharp/Tests/Tests.fsproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fsharp/.devcontainer.json b/fsharp/.devcontainer.json index 0b5cec1a..59d00ceb 100644 --- a/fsharp/.devcontainer.json +++ b/fsharp/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "F# Dotnet", - "image": "mcr.microsoft.com/devcontainers/dotnet:8.0", + "image": "mcr.microsoft.com/devcontainers/dotnet:9.0", "onCreateCommand": "dotnet build", "customizations": { "github.com/rradczewski/kata-bootstraps": { diff --git a/fsharp/Application/Application.fsproj b/fsharp/Application/Application.fsproj index 1d00ce01..7cac4ca9 100644 --- a/fsharp/Application/Application.fsproj +++ b/fsharp/Application/Application.fsproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 diff --git a/fsharp/Tests/Tests.fsproj b/fsharp/Tests/Tests.fsproj index fbdf3e41..81b1d33d 100644 --- a/fsharp/Tests/Tests.fsproj +++ b/fsharp/Tests/Tests.fsproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 false false