|
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 | + <PackageVersion Include="MailKit" Version="4.17.0" /> |
13 | 13 | <!-- Bumped to satisfy Microsoft.VisualStudio.Web.CodeGeneration.Design dependency (>= 17.11.4) --> |
14 | | - <PackageVersion Include="Microsoft.Build" Version="18.4.0" /> |
15 | | - <PackageVersion Include="Microsoft.Build.Tasks.Core" Version="18.4.0" /> |
16 | | - <PackageVersion Include="MimeKit" Version="4.16.0" /> |
| 14 | + <PackageVersion Include="Microsoft.Build" Version="18.7.1" /> |
| 15 | + <PackageVersion Include="Microsoft.Build.Tasks.Core" Version="18.7.1" /> |
| 16 | + <PackageVersion Include="MimeKit" Version="4.17.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.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" /> |
| 19 | + <PackageVersion Include="NuGet.Packaging" Version="7.6.0" /> |
| 20 | + <PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.16.0" /> |
| 21 | + <PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.16.0" /> |
| 22 | + <PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.16.0" /> |
| 23 | + <PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.16.0" /> |
23 | 24 | <PackageVersion Include="Fluid.Core" Version="2.31.0" /> |
24 | | - <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.5.1" /> |
| 25 | + <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1" /> |
25 | 26 | <PackageVersion Include="xunit.v3.mtp-v2" Version="3.2.2" /> |
26 | 27 | <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> |
27 | | - <PackageVersion Include="coverlet.MTP" Version="10.0.0" /> |
| 28 | + <PackageVersion Include="coverlet.MTP" Version="10.0.1" /> |
28 | 29 | <PackageVersion Include="Moq" Version="4.20.72" /> |
29 | | - <PackageVersion Include="Testcontainers.Papercut" Version="4.11.0" /> |
| 30 | + <PackageVersion Include="Testcontainers.Papercut" Version="4.13.0" /> |
30 | 31 | <PackageVersion Include="OneOf" Version="3.0.271" /> |
31 | | - </ItemGroup> |
32 | | - <!-- Framework-specific versions: keep 9.x for net9.0 and move to 10.0.0 for net10.0 --> |
33 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'" Label="Microsoft-net9"> |
34 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.16" /> |
35 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.16" /> |
36 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.16" /> |
37 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.8" /> |
38 | | - <PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.12" /> |
39 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.16" /> |
40 | | - <PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.16" /> |
41 | | - <PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="9.0.16" /> |
42 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.16" /> |
43 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.16" /> |
44 | | - <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.16" /> |
45 | | - </ItemGroup> |
46 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'" Label="Microsoft-net10"> |
47 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.8" /> |
48 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.8" /> |
49 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.8" /> |
50 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.8" /> |
| 32 | + <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.10" /> |
| 33 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.10" /> |
| 34 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.10" /> |
| 35 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.10" /> |
51 | 36 | <PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.2" /> |
52 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.8" /> |
53 | | - <PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.8" /> |
54 | | - <PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="10.0.8" /> |
55 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.8" /> |
56 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.8" /> |
57 | | - <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.8" /> |
| 37 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.10" /> |
| 38 | + <PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.10" /> |
| 39 | + <PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="10.0.10" /> |
| 40 | + <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.10" /> |
| 41 | + <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="10.0.10" /> |
| 42 | + <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.10" /> |
58 | 43 | </ItemGroup> |
59 | 44 | </Project> |
0 commit comments