Skip to content

Commit aa9d6b6

Browse files
chore(deps): bump the efcore group with 4 updates
Bumps the efcore group with 4 updates: [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore). 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.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.EntityFrameworkCore.Design` 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.Sqlite` 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.InMemory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: efcore - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: efcore - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: efcore - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: efcore ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7663d25 commit aa9d6b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dotnet.Samples.AspNetCore.WebApi/Dotnet.Samples.AspNetCore.WebApi.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.2">
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.3">
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.2" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.2" />
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.2" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.3" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.3" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.3" />
2020
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.13" />
2121
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.1" />
2222
</ItemGroup>

0 commit comments

Comments
 (0)