|
9 | 9 | <PackageVersion Include="jcamp.FluentEmail.Core" Version="4.0.0" /> |
10 | 10 | <PackageVersion Include="jcamp.FluentEmail.MailKit" Version="4.0.0" /> |
11 | 11 | <PackageVersion Include="jcamp.FluentEmail.Smtp" Version="4.0.0" /> |
| 12 | + <PackageVersion Include="MailKit" Version="4.16.0" /> |
12 | 13 | <!-- Bumped to satisfy Microsoft.VisualStudio.Web.CodeGeneration.Design dependency (>= 17.11.4) --> |
13 | 14 | <PackageVersion Include="Microsoft.Build" Version="18.4.0" /> |
14 | | - <PackageVersion Include="MimeKit" Version="4.15.1" /> |
| 15 | + <PackageVersion Include="Microsoft.Build.Tasks.Core" Version="18.4.0" /> |
| 16 | + <PackageVersion Include="MimeKit" Version="4.16.0" /> |
15 | 17 | <PackageVersion Include="Newtonsoft.Json" Version="13.0.4" /> |
16 | 18 | <PackageVersion Include="Newtonsoft.Json.Schema" Version="4.0.1" /> |
17 | | - <PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.15.0" /> |
18 | | - <PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.15.0" /> |
19 | | - <PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.15.1" /> |
20 | | - <PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.15.0" /> |
| 19 | + <PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.15.3" /> |
| 20 | + <PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.15.3" /> |
| 21 | + <PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.15.2" /> |
| 22 | + <PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.15.1" /> |
21 | 23 | <PackageVersion Include="Fluid.Core" Version="2.31.0" /> |
22 | | - <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" /> |
| 24 | + <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" /> |
23 | 25 | <PackageVersion Include="xunit" Version="2.9.3" /> |
24 | 26 | <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> |
25 | | - <PackageVersion Include="coverlet.collector" Version="8.0.1" /> |
| 27 | + <PackageVersion Include="coverlet.collector" Version="10.0.0" /> |
26 | 28 | <PackageVersion Include="Moq" Version="4.20.72" /> |
27 | 29 | <PackageVersion Include="Testcontainers.Papercut" Version="4.11.0" /> |
28 | 30 | <PackageVersion Include="OneOf" Version="3.0.271" /> |
29 | 31 | </ItemGroup> |
30 | | - |
31 | 32 | <!-- Framework-specific versions: keep 9.x for net9.0 and move to 10.0.0 for net10.0 --> |
32 | 33 | <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'" Label="Microsoft-net9"> |
33 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.14" /> |
34 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.14" /> |
35 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.14" /> |
36 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.14" /> |
| 34 | + <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.15" /> |
| 35 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.15" /> |
| 36 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.15" /> |
| 37 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.7" /> |
37 | 38 | <PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.12" /> |
38 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.14" /> |
39 | | - <PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.14" /> |
40 | | - <PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="9.0.14" /> |
41 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.14" /> |
42 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.14" /> |
43 | | - <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.14" /> |
| 39 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.15" /> |
| 40 | + <PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.15" /> |
| 41 | + <PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="9.0.15" /> |
| 42 | + <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.15" /> |
| 43 | + <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.15" /> |
| 44 | + <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.15" /> |
44 | 45 | </ItemGroup> |
45 | | - |
46 | 46 | <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'" Label="Microsoft-net10"> |
47 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.5" /> |
48 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.5" /> |
49 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.5" /> |
50 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.5" /> |
| 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" /> |
51 | 51 | <PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.2" /> |
52 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.5" /> |
53 | | - <PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.5" /> |
54 | | - <PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="10.0.5" /> |
55 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.5" /> |
56 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.5" /> |
57 | | - <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.5" /> |
| 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" /> |
58 | 58 | </ItemGroup> |
59 | 59 | </Project> |
0 commit comments