Skip to content

Commit 4825773

Browse files
Bump the dotnet group
Bumps the dotnet group in /docs/core/extensions/snippets/configuration/custom-provider with 5 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.10` | `9.0.0` | | [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) | `8.0.10` | `9.0.0` | | [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `8.0.10` | `9.0.0` | | [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | Updates `Microsoft.EntityFrameworkCore` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v9.0.0) Updates `Microsoft.EntityFrameworkCore` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v9.0.0) Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v9.0.0) Updates `Microsoft.EntityFrameworkCore` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v9.0.0) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.10...v9.0.0) Updates `Microsoft.Extensions.Configuration.Binder` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) Updates `Microsoft.Extensions.Configuration.Binder` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2bf3b32 commit 4825773

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.10" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.10" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" />
15-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
16-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
15+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
16+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
1717
</ItemGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)