Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump Microsoft.EntityFrameworkCore.Design from 9.0.2 to 9.0.3
Bumps [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) 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)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 31, 2025
commit b555b20d623f96380a2cb16fc53f2cc6cde1c8bb
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<AspireVersion>$(AspireMajorVersion).1.0</AspireVersion>
<AspireAppHostSdkVersion>$(AspireVersion)</AspireAppHostSdkVersion>
<AspNetCoreVersion>9.0.0</AspNetCoreVersion>
<DotNetExtensionsVersion>9.0.2</DotNetExtensionsVersion>
<DotNetExtensionsVersion>9.0.3</DotNetExtensionsVersion>
<OpenTelemetryVersion>1.11.1</OpenTelemetryVersion>
<TestContainersVersion>4.3.0</TestContainersVersion>
<MEAIVersion>9.3.0-preview.1.25161.3</MEAIVersion>
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageVersion Include="Microsoft.AspNetCore.Components.QuickGrid" Version="$(AspNetCoreVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.13" />
<PackageVersion Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.2">
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageVersion>
Expand Down Expand Up @@ -100,6 +100,6 @@
</ItemGroup>

<ItemGroup Label=".NET 9 Overrides" Condition="'$(TargetFramework)' == 'net9.0'">
<PackageVersion Update="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
<PackageVersion Update="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
</ItemGroup>
</Project>
Loading