Skip to content

Commit 206ba57

Browse files
Bump Microsoft.EntityFrameworkCore.Tools from 10.0.0 to 10.0.2
--- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1474e46 commit 206ba57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.2" />
2020
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0" />
2121
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.0" />
22-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.0">
22+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.2">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>

0 commit comments

Comments
 (0)