Skip to content

Commit

Permalink
[fsharp/Tests] Update mcr.microsoft.com/devcontainers/dotnet Docker t…
Browse files Browse the repository at this point in the history
…ag to v9
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 3d6d058 commit b12daf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fsharp/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion fsharp/Application/Application.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion fsharp/Tests/Tests.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>

<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
Expand Down

0 comments on commit b12daf5

Please sign in to comment.