Skip to content

Commit f9691e6

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] <support@github.com>
1 parent cf6d43d commit f9691e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5,9.0.999]</EFCoreVersion>
3+
<EFCoreVersion>[9.0.7, 9.0.999]</EFCoreVersion>
44
</PropertyGroup>
55
<ItemGroup Label="Dependencies">
66
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="$(EFCoreVersion)" />

src/EFCore.MySql.Json.Microsoft/EFCore.MySql.Json.Microsoft.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</ItemGroup>
7676

7777
<ItemGroup>
78-
<None Include="docs\README.md" Pack="true" PackagePath="\"/>
78+
<None Include="docs\README.md" Pack="true" PackagePath="\" />
7979
</ItemGroup>
8080

8181
</Project>

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)