Skip to content

Commit 79955ba

Browse files
Bump Microsoft.EntityFrameworkCore.Tools in /src/MsSqlToolBelt
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) from 9.0.1 to 9.0.3. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.1...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6843818 commit 79955ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MsSqlToolBelt/MsSqlToolBelt.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Markdig" Version="0.40.0" />
2626
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.5" />
2727
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" />
28-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.1">
28+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.3">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>

0 commit comments

Comments
 (0)