|
1 | | -<Project> |
2 | | - |
3 | | - <ItemGroup> |
4 | | - <!-- Application --> |
5 | | - <PackageVersion Include="MediatR" Version="12.4.1" /> |
6 | | - <PackageVersion Include="FluentValidation" Version="11.10.0" /> |
7 | | - <PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="11.10.0" /> |
8 | | - <PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" /> |
9 | | - <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" /> |
10 | | - |
11 | | - <!-- Infrastructure --> |
12 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.10" /> |
13 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.10" /> |
14 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" /> |
15 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.10" /> |
16 | | - <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10" /> |
17 | | - |
18 | | - <!-- WebApi --> |
19 | | - <PackageVersion Include="Swashbuckle.AspNetCore" Version="6.8.1" /> |
20 | | - <PackageVersion Include="Serilog.AspNetCore" Version="8.0.3" /> |
21 | | - <PackageVersion Include="AspNetCore.HealthChecks.UI.Client" Version="8.0.1" /> |
22 | | - <PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10" /> |
23 | | - |
24 | | - <!-- Tests --> |
25 | | - <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> |
26 | | - <PackageVersion Include="xunit" Version="2.9.2" /> |
27 | | - <PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" /> |
28 | | - <PackageVersion Include="coverlet.collector" Version="6.0.2" /> |
29 | | - <PackageVersion Include="FluentAssertions" Version="6.12.1" /> |
30 | | - <PackageVersion Include="NSubstitute" Version="5.1.0" /> |
31 | | - <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.10" /> |
32 | | - </ItemGroup> |
33 | | - |
34 | | -</Project> |
| 1 | +<Project> |
| 2 | + |
| 3 | + <ItemGroup> |
| 4 | + <!-- Application --> |
| 5 | + <PackageVersion Include="MediatR" Version="12.4.1" /> |
| 6 | + <PackageVersion Include="FluentValidation" Version="11.10.0" /> |
| 7 | + <PackageVersion Include="FluentValidation.DependencyInjectionExtensions" Version="11.10.0" /> |
| 8 | + <PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" /> |
| 9 | + <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" /> |
| 10 | + |
| 11 | + <!-- Infrastructure --> |
| 12 | + <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="8.0.10" /> |
| 13 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.10" /> |
| 14 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" /> |
| 15 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.10" /> |
| 16 | + <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.15" /> |
| 17 | + |
| 18 | + <!-- WebApi --> |
| 19 | + <PackageVersion Include="Swashbuckle.AspNetCore" Version="6.8.1" /> |
| 20 | + <PackageVersion Include="Serilog.AspNetCore" Version="8.0.3" /> |
| 21 | + <PackageVersion Include="AspNetCore.HealthChecks.UI.Client" Version="8.0.1" /> |
| 22 | + <PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.10" /> |
| 23 | + |
| 24 | + <!-- Tests --> |
| 25 | + <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> |
| 26 | + <PackageVersion Include="xunit" Version="2.9.2" /> |
| 27 | + <PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" /> |
| 28 | + <PackageVersion Include="coverlet.collector" Version="6.0.2" /> |
| 29 | + <PackageVersion Include="FluentAssertions" Version="6.12.1" /> |
| 30 | + <PackageVersion Include="NSubstitute" Version="5.1.0" /> |
| 31 | + <PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.10" /> |
| 32 | + </ItemGroup> |
| 33 | + |
| 34 | +</Project> |
0 commit comments