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.
1 parent fb81cb7 commit ad53404Copy full SHA for ad53404
docs/core/extensions/snippets/configuration/custom-provider/custom-provider.csproj
@@ -9,7 +9,7 @@
9
</PropertyGroup>
10
11
<ItemGroup>
12
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.5" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.3" />
13
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.5" />
14
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.5" />
15
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
0 commit comments