Skip to content

Commit 537e621

Browse files
Merge branch 'feature/evolve-options' of github.com:AntonioFalcao/Dotnet6.GraphQL4.WebApplication into feature/evolve-options
2 parents a692249 + 3b475d1 commit 537e621

1 file changed

Lines changed: 39 additions & 39 deletions

File tree

Directory.Build.props

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
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.0</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.0</FluentValidation_Version>
35+
<Scrutor_Version>3.3.0</Scrutor_Version>
36+
37+
</PropertyGroup>
38+
39+
</Project>

0 commit comments

Comments
 (0)