From a11c9db0627da7b1efb340e81d2c24cb6952d3db Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 19 Nov 2024 17:46:54 +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 83088628..1c6da6d5 100644
--- a/fsharp/Tests/Tests.fsproj
+++ b/fsharp/Tests/Tests.fsproj
@@ -1,7 +1,7 @@
- net8.0
+ net9.0
false
false