|
16 | 16 | <PackageVersion Include="FluentValidation.AspNetCore" Version="11.3.0" /> |
17 | 17 | <PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="11.11.0" /> |
18 | 18 | <PackageVersion Include="MediatR" Version="12.4.1" /> |
| 19 | + <PackageVersion Include="MediatR.Contracts" Version="2.0.1" /> |
19 | 20 | <PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="$(AspnetVersion)" /> |
20 | 21 | <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="$(AspnetVersion)" /> |
21 | 22 | <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="$(AspnetVersion)" /> |
|
40 | 41 | <PackageVersion Include="Respawn" Version="6.2.1" /> |
41 | 42 | <PackageVersion Include="Shouldly" Version="4.3.0" /> |
42 | 43 | <PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.0" /> |
43 | | - |
44 | 44 | <!--#if(!UseApiOnly)--> |
45 | 45 | <PackageVersion Include="Microsoft.AspNetCore.SpaProxy" Version="$(AspnetVersion)" /> |
46 | 46 | <PackageVersion Include="Microsoft.Playwright" Version="1.48.0" /> |
47 | 47 | <PackageVersion Include="SpecFlow.Plus.LivingDocPlugin" Version="3.9.57" /> |
48 | 48 | <PackageVersion Include="SpecFlow.NUnit" Version="3.9.74" /> |
49 | 49 | <!--#endif--> |
50 | | - |
51 | 50 | <!--#if (UseAspire)--> |
52 | 51 | <!--#if (UsePostgreSQL)--> |
53 | 52 | <PackageVersion Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" Version="$(AspireVersion)" /> |
54 | 53 | <PackageVersion Include="Aspire.Hosting.PostgreSQL" Version="$(AspireVersion)" /> |
55 | 54 | <!--#endif--> |
56 | | - |
57 | 55 | <!--#if (UseSqlServer)--> |
58 | 56 | <PackageVersion Include="Aspire.Microsoft.EntityFrameworkCore.SqlServer" Version="$(AspireVersion)" /> |
59 | 57 | <PackageVersion Include="Aspire.Hosting.SqlServer" Version="$(AspireVersion)" /> |
60 | 58 | <!--#endif--> |
61 | | - |
62 | 59 | <PackageVersion Include="Aspire.Hosting.AppHost" Version="$(AspireVersion)" /> |
63 | 60 | <PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="9.0.0" /> |
64 | 61 | <PackageVersion Include="Microsoft.Extensions.ServiceDiscovery" Version="9.0.0" /> |
|
68 | 65 | <PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" /> |
69 | 66 | <PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" /> |
70 | 67 | <!--#endif--> |
71 | | - |
72 | 68 | <!--#if (UsePostgreSQL)--> |
73 | 69 | <PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.1" /> |
74 | 70 | <PackageVersion Include="Testcontainers.PostgreSql" Version="4.0.0" /> |
75 | 71 | <!--#endif--> |
76 | | - |
77 | 72 | <!--#if (UseSqlite)--> |
78 | 73 | <PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="$(EfcoreVersion)" /> |
79 | 74 | <!--#endif--> |
80 | | - |
81 | 75 | <!--#if (UseSqlServer)--> |
82 | 76 | <PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(EfcoreVersion)" /> |
83 | 77 | <PackageVersion Include="Testcontainers.MsSql" Version="4.0.0" /> |
|
0 commit comments