We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a0ed92 + ac8de63 commit ce46e7fCopy full SHA for ce46e7f
docs/core/extensions/snippets/configuration/custom-provider/custom-provider.csproj
@@ -11,7 +11,7 @@
11
<ItemGroup>
12
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.10" />
13
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.10" />
14
- <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.9" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.10" />
15
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
16
</ItemGroup>
17
0 commit comments