Skip to content

Commit 7b7a775

Browse files
Bump Microsoft.EntityFrameworkCore.Relational from 9.0.0 to 9.0.7
--- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 78cfaaa commit 7b7a775

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup Label="Common Versions">
3-
<EFCoreVersion>[9.0.0,9.0.999]</EFCoreVersion>
3+
<EFCoreVersion>[9.0.7, 9.0.999]</EFCoreVersion>
44
</PropertyGroup>
55

66
<ItemGroup Label="Dependencies">

src/EFCore.MySql/EFCore.MySql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</ItemGroup>
9595

9696
<ItemGroup>
97-
<None Include="docs\README.md" Pack="true" PackagePath="\"/>
97+
<None Include="docs\README.md" Pack="true" PackagePath="\" />
9898
</ItemGroup>
9999

100100
</Project>

0 commit comments

Comments
 (0)