File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/core/extensions/snippets/configuration/custom-provider Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9.0.7 " />
13
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 9.0.7 " />
14
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9.0.7 " />
15
- <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 9.0.7 " />
16
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.7 " />
12
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9.0.8 " />
13
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 9.0.8 " />
14
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9.0.8 " />
15
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 9.0.8 " />
16
+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.8 " />
17
17
</ItemGroup >
18
18
19
19
</Project >
You can’t perform that action at this time.
0 commit comments