|
4 | 4 | <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> |
5 | 5 | </PropertyGroup> |
6 | 6 | <ItemGroup> |
7 | | - <PackageVersion Include="Ardalis.GuardClauses" Version="4.0.1" /> |
| 7 | + <PackageVersion Include="Ardalis.GuardClauses" Version="4.2.0" /> |
8 | 8 | <PackageVersion Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" /> |
9 | | - <PackageVersion Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.2.2" /> |
10 | | - <PackageVersion Include="Azure.Identity" Version="1.10.3" /> |
| 9 | + <PackageVersion Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.0" /> |
| 10 | + <PackageVersion Include="Azure.Identity" Version="1.10.4" /> |
11 | 11 | <PackageVersion Include="coverlet.collector" Version="6.0.0" /> |
12 | | - <PackageVersion Include="FluentAssertions" Version="6.11.0" /> |
| 12 | + <PackageVersion Include="FluentAssertions" Version="6.12.0" /> |
13 | 13 | <PackageVersion Include="FluentValidation.AspNetCore" Version="11.3.0" /> |
14 | | - <PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="11.6.0" /> |
| 14 | + <PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="11.8.0" /> |
15 | 15 | <PackageVersion Include="MediatR" Version="12.1.1" /> |
16 | | - <PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.0-preview.7.23375.9" /> |
17 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0-preview.7.23375.9" /> |
18 | | - <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0-preview.6.23329.11" /> |
19 | | - <PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0-preview.7.23375.9" /> |
20 | | - <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.0-preview.7.23375.9" /> |
| 16 | + <PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.0" /> |
| 17 | + <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0" /> |
| 18 | + <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0" /> |
| 19 | + <PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0" /> |
| 20 | + <PackageVersion Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.0" /> |
21 | 21 | <!--#if (!UseApiOnly)--> |
22 | | - <PackageVersion Include="Microsoft.AspNetCore.SpaProxy" Version="8.0.0-preview.7.23375.9" /> |
| 22 | + <PackageVersion Include="Microsoft.AspNetCore.SpaProxy" Version="8.0.0" /> |
23 | 23 | <!--#endif--> |
24 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.0-preview.7.23375.4" /> |
25 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-preview.7.23375.4" /> |
| 24 | + <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.0" /> |
| 25 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" /> |
26 | 26 | <!--#if (UseSQLite)--> |
27 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-preview.7.23375.4" /> |
| 27 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" /> |
28 | 28 | <!--#endif--> |
29 | 29 | <!--#if (UseLocalDB)--> |
30 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-preview.7.23375.4" /> |
| 30 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" /> |
31 | 31 | <!--#endif--> |
32 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0-preview.7.23375.4" /> |
33 | | - <PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0-preview.7.23375.6" /> |
34 | | - <PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0-preview.7.23375.6" /> |
35 | | - <PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.0-preview.7.23375.9" /> |
36 | | - <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.3" /> |
37 | | - <PackageVersion Include="Moq" Version="4.18.4" /> |
38 | | - <PackageVersion Include="NSwag.AspNetCore" Version="13.19.0" /> |
39 | | - <PackageVersion Include="NSwag.MSBuild" Version="13.19.0" /> |
40 | | - <PackageVersion Include="nunit" Version="3.13.3" /> |
41 | | - <PackageVersion Include="NUnit.Analyzers" Version="3.6.1" /> |
| 32 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0" /> |
| 33 | + <PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" /> |
| 34 | + <PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" /> |
| 35 | + <PackageVersion Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.0" /> |
| 36 | + <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> |
| 37 | + <PackageVersion Include="Moq" Version="4.20.69" /> |
| 38 | + <PackageVersion Include="NSwag.AspNetCore" Version="14.0.0-preview009" /> |
| 39 | + <PackageVersion Include="NSwag.MSBuild" Version="14.0.0-preview009" /> |
| 40 | + <PackageVersion Include="nunit" Version="3.14.0" /> |
| 41 | + <PackageVersion Include="NUnit.Analyzers" Version="3.9.0" /> |
42 | 42 | <PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" /> |
43 | 43 | <PackageVersion Include="Respawn" Version="6.1.0" /> |
44 | | - <PackageVersion Include="Testcontainers.MsSql" Version="3.3.0" /> |
| 44 | + <PackageVersion Include="Testcontainers.MsSql" Version="3.6.0" /> |
45 | 45 | <PackageVersion Include="ZymLabs.NSwag.FluentValidation.AspNetCore" Version="0.6.2" /> |
46 | 46 | <!--#if(!UseApiOnly)--> |
47 | | - <PackageVersion Include="Microsoft.Playwright" Version="1.35.0" /> |
| 47 | + <PackageVersion Include="Microsoft.Playwright" Version="1.39.0" /> |
48 | 48 | <PackageVersion Include="SpecFlow.Plus.LivingDocPlugin" Version="3.9.57" /> |
49 | 49 | <PackageVersion Include="SpecFlow.NUnit" Version="3.9.74" /> |
50 | 50 | <!--#endif--> |
|
0 commit comments