From c5743a4bf9debc6da6bc0cf30c56f693eb258119 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 20:55:56 +0000 Subject: [PATCH] Update dotnet monorepo to 9.0.3 --- .config/dotnet-tools.json | 2 +- Emulsion.Database/Emulsion.Database.fsproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 9c085f7..4633692 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "9.0.2", + "version": "9.0.3", "commands": [ "dotnet-ef" ] diff --git a/Emulsion.Database/Emulsion.Database.fsproj b/Emulsion.Database/Emulsion.Database.fsproj index 3908dea..5903d30 100644 --- a/Emulsion.Database/Emulsion.Database.fsproj +++ b/Emulsion.Database/Emulsion.Database.fsproj @@ -21,11 +21,11 @@ SPDX-License-Identifier: MIT <ItemGroup> <PackageReference Include="EntityFrameworkCore.FSharp" Version="6.0.7" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.2"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.2" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.3" /> </ItemGroup> </Project>