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