|
16 | 16 | <PackageVersion Include="MimeKit" Version="4.16.0" /> |
17 | 17 | <PackageVersion Include="Newtonsoft.Json" Version="13.0.4" /> |
18 | 18 | <PackageVersion Include="Newtonsoft.Json.Schema" Version="4.0.1" /> |
19 | | - <PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.15.2" /> |
| 19 | + <PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.15.3" /> |
20 | 20 | <PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.15.3" /> |
21 | | - <PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.15.1" /> |
| 21 | + <PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.15.2" /> |
22 | 22 | <PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.15.1" /> |
23 | 23 | <PackageVersion Include="Fluid.Core" Version="2.31.0" /> |
24 | 24 | <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" /> |
|
29 | 29 | <PackageVersion Include="Testcontainers.Papercut" Version="4.11.0" /> |
30 | 30 | <PackageVersion Include="OneOf" Version="3.0.271" /> |
31 | 31 | </ItemGroup> |
32 | | - |
33 | 32 | <!-- Framework-specific versions: keep 9.x for net9.0 and move to 10.0.0 for net10.0 --> |
34 | 33 | <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'" Label="Microsoft-net9"> |
35 | 34 | <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.15" /> |
36 | 35 | <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.15" /> |
37 | 36 | <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.15" /> |
38 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.6" /> |
| 37 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.7" /> |
39 | 38 | <PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.12" /> |
40 | 39 | <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.15" /> |
41 | 40 | <PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.15" /> |
|
44 | 43 | <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.15" /> |
45 | 44 | <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.15" /> |
46 | 45 | </ItemGroup> |
47 | | - |
48 | 46 | <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'" Label="Microsoft-net10"> |
49 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.6" /> |
50 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.6" /> |
51 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.6" /> |
52 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.6" /> |
| 47 | + <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.7" /> |
| 48 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.7" /> |
| 49 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.7" /> |
| 50 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.7" /> |
53 | 51 | <PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.2" /> |
54 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.6" /> |
55 | | - <PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.6" /> |
56 | | - <PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="10.0.6" /> |
57 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.6" /> |
58 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.6" /> |
59 | | - <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.6" /> |
| 52 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.7" /> |
| 53 | + <PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.7" /> |
| 54 | + <PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="10.0.7" /> |
| 55 | + <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.7" /> |
| 56 | + <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.7" /> |
| 57 | + <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.7" /> |
60 | 58 | </ItemGroup> |
61 | 59 | </Project> |
0 commit comments