Skip to content

Commit d95869c

Browse files
Bump the dotnet group (#45298)
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) | `9.0.2` | `9.0.3` | | [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) | `9.0.2` | `9.0.3` | | [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `9.0.2` | `9.0.3` | | [Microsoft.Extensions.Configuration.Binder](https://github.com/dotnet/runtime) | `9.0.2` | `9.0.3` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `9.0.2` | `9.0.3` | Updates `Microsoft.EntityFrameworkCore` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.2...v9.0.3) Updates `Microsoft.EntityFrameworkCore` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.2...v9.0.3) Updates `Microsoft.EntityFrameworkCore.InMemory` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.2...v9.0.3) Updates `Microsoft.EntityFrameworkCore` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.2...v9.0.3) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.2...v9.0.3) Updates `Microsoft.Extensions.Configuration.Binder` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) Updates `Microsoft.Extensions.Configuration.Binder` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) Updates `Microsoft.Extensions.Hosting` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f9a660 commit d95869c

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="9.0.2" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.2" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.2" />
15-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.2" />
16-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.2" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.3" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.3" />
15+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.3" />
16+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
1717
</ItemGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)