|
1 | | -<Project> |
2 | | - |
3 | | - <PropertyGroup Label="Common properties"> |
4 | | - <TargetFramework>net6.0</TargetFramework> |
5 | | - <LangVersion>9</LangVersion> |
6 | | - </PropertyGroup> |
7 | | - |
8 | | - <PropertyGroup Label="Packages dependency versions"> |
9 | | - |
10 | | - <!--Microsoft--> |
11 | | - <Microsoft_Extensions_Version>6.0.0-preview.3.21201.4</Microsoft_Extensions_Version> |
12 | | - |
13 | | - <!--EF Core--> |
14 | | - <Microsoft_EntityFrameworkCore_Version>6.0.0-preview.3.21201.2</Microsoft_EntityFrameworkCore_Version> |
15 | | - <Microsoft_EntityFrameworkCore_DependencyInjection_Version>6.0.0-preview.2.21154.6</Microsoft_EntityFrameworkCore_DependencyInjection_Version> |
16 | | - <Microsoft_HealthChecks_EntityFrameworkCore_Version>6.0.0-preview.3.21201.13</Microsoft_HealthChecks_EntityFrameworkCore_Version> |
17 | | - |
18 | | - <!--GraphQL--> |
19 | | - <GraphQL_Server_Version>5.0.2</GraphQL_Server_Version> |
20 | | - <GraphQL_Client_Version>3.2.3</GraphQL_Client_Version> |
21 | | - <GraphQL_Version>4.4.0</GraphQL_Version> |
22 | | - |
23 | | - <!--AutoMapper--> |
24 | | - <AutoMapper_DependencyInjection_Version>8.1.1</AutoMapper_DependencyInjection_Version> |
25 | | - <AutoMapper_Version>10.1.1</AutoMapper_Version> |
26 | | - |
27 | | - <!--Serilog--> |
28 | | - <Serilog_Version>4.1.0</Serilog_Version> |
29 | | - |
30 | | - <!--HealthChecks--> |
31 | | - <HealthChecks_Version>5.0.1</HealthChecks_Version> |
32 | | - |
33 | | - <!--Others--> |
34 | | - <FluentValidation_Version>10.0.4</FluentValidation_Version> |
35 | | - <Scrutor_Version>3.3.0</Scrutor_Version> |
36 | | - |
37 | | - </PropertyGroup> |
38 | | - |
39 | | -</Project> |
| 1 | +<Project> |
| 2 | + |
| 3 | + <PropertyGroup Label="Common properties"> |
| 4 | + <TargetFramework>net6.0</TargetFramework> |
| 5 | + <LangVersion>9</LangVersion> |
| 6 | + </PropertyGroup> |
| 7 | + |
| 8 | + <PropertyGroup Label="Packages dependency versions"> |
| 9 | + |
| 10 | + <!--Microsoft--> |
| 11 | + <Microsoft_Extensions_Version>6.0.0-preview.4.21253.7</Microsoft_Extensions_Version> |
| 12 | + |
| 13 | + <!--EF Core--> |
| 14 | + <Microsoft_EntityFrameworkCore_Version>6.0.0-preview.4.21253.1</Microsoft_EntityFrameworkCore_Version> |
| 15 | + <Microsoft_EntityFrameworkCore_DependencyInjection_Version>6.0.0-preview.2.21154.6</Microsoft_EntityFrameworkCore_DependencyInjection_Version> |
| 16 | + <Microsoft_HealthChecks_EntityFrameworkCore_Version>6.0.0-preview.4.21253.5</Microsoft_HealthChecks_EntityFrameworkCore_Version> |
| 17 | + |
| 18 | + <!--GraphQL--> |
| 19 | + <GraphQL_Server_Version>5.0.2</GraphQL_Server_Version> |
| 20 | + <GraphQL_Client_Version>3.2.3</GraphQL_Client_Version> |
| 21 | + <GraphQL_Version>4.5.0</GraphQL_Version> |
| 22 | + |
| 23 | + <!--AutoMapper--> |
| 24 | + <AutoMapper_DependencyInjection_Version>8.1.1</AutoMapper_DependencyInjection_Version> |
| 25 | + <AutoMapper_Version>10.1.1</AutoMapper_Version> |
| 26 | + |
| 27 | + <!--Serilog--> |
| 28 | + <Serilog_Version>4.1.0</Serilog_Version> |
| 29 | + |
| 30 | + <!--HealthChecks--> |
| 31 | + <HealthChecks_Version>5.0.1</HealthChecks_Version> |
| 32 | + |
| 33 | + <!--Others--> |
| 34 | + <FluentValidation_Version>10.2.1</FluentValidation_Version> |
| 35 | + <Scrutor_Version>3.3.0</Scrutor_Version> |
| 36 | + |
| 37 | + </PropertyGroup> |
| 38 | + |
| 39 | +</Project> |
0 commit comments