Skip to content

Commit a8235c5

Browse files
Bump Microsoft.EntityFrameworkCore from 9.0.2 to 9.0.3
Bumps [Microsoft.EntityFrameworkCore](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 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6f0697 commit a8235c5

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Directory.Packages.props

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="[8.0.13,9.0.2]" />
1818
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.2" />
1919
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.2" />
20-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
20+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
2121
<PackageVersion Include="MSTest.TestAdapter" Version="3.1.1" />
2222
<PackageVersion Include="MSTest.TestFramework" Version="3.1.1" />
2323
<PackageVersion Include="Duende.IdentityModel" Version="7.0.0" />
@@ -26,15 +26,15 @@
2626
<PackageVersion Include="Duende.IdentityServer.AspNetIdentity" Version="7.1.0" />
2727
<PackageVersion Include="Duende.IdentityServer.EntityFramework.Storage" Version="7.1.0" />
2828
<PackageVersion Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
29-
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
29+
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
3030
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.2" />
31-
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
31+
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.2" />
3232
<PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.2" />
33-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
34-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.2" />
33+
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.2" />
34+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.3" />
3535
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
3636
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.1" />
37-
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.2" />
37+
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.3" />
3838
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.2" />
3939
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.6.0" />
4040
<PackageVersion Include="OpenTelemetry" Version="1.9.0" />

Udap.Server/Udap.Server.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
<PackageReference Include="Duende.IdentityServer" Version="7.1.0" />
2727
<PackageReference Include="Duende.IdentityServer.AspNetIdentity" Version="7.1.0" />
2828
<PackageReference Include="Duende.IdentityServer.EntityFramework.Storage" Version="7.1.0" />
29-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.13" Condition="'$(TargetFramework)' == 'net8.0'" />
29+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.2" Condition="'$(TargetFramework)' == 'net8.0'" />
3030
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="9.0.2" Condition="'$(TargetFramework)' == 'net9.0'" />
31-
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="8.0.13" Condition="'$(TargetFramework)' == 'net8.0'"/>
31+
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="9.0.2" Condition="'$(TargetFramework)' == 'net8.0'"/>
3232
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="9.0.2" Condition="'$(TargetFramework)' == 'net9.0'" />
33-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
33+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
3434
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
3535
</ItemGroup>
3636

_tests/Directory.Packages.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.5.1" />
1616
<PackageVersion Include="Meziantou.Extensions.Logging.Xunit" Version="1.0.9" />
1717
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.0.1" />
18-
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
18+
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
1919
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.2" />
2020
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.2" />
2121
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.2" />
@@ -25,7 +25,7 @@
2525
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.2" />
2626
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.2" />
2727
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.2" />
28-
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.2" />
28+
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.3" />
2929
<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.2" />
3030
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.2" />
3131
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.2" />

migrations/UdapDb.Postgres/UdapDb.Postgres.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Hl7.Fhir.Specification.R4B" Version="5.11.4" />
2525
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="9.0.2" />
2626
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="9.0.2" />
27-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
27+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
2828
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.2">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

migrations/UdapDb.SqlServer/UdapDb.SqlServer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="9.0.2" />
2525
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="9.0.2" />
2626
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" />
27-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
27+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
2828
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.2">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)