Skip to content

Commit ce46e7f

Browse files
Merge pull request dotnet#31729 from dotnet/dependabot/nuget/docs/core/extensions/snippets/configuration/custom-provider/Microsoft.EntityFrameworkCore.SqlServer-6.0.10
Bump Microsoft.EntityFrameworkCore.SqlServer from 6.0.9 to 6.0.10 in /docs/core/extensions/snippets/configuration/custom-provider
2 parents 6a0ed92 + ac8de63 commit ce46e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/extensions/snippets/configuration/custom-provider/custom-provider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.10" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.10" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.9" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.10" />
1515
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)