Skip to content

Commit ca362c9

Browse files
SimonCroppjoemcbride
authored andcommitted
add Directory.Build.props (graphql-dotnet#1086)
1 parent 20c499b commit ca362c9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/Directory.Build.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project>
3+
<PropertyGroup>
4+
<LangVersion>latest</LangVersion>
5+
</PropertyGroup>
6+
</Project>

src/GraphQL.DataLoader.Tests/GraphQL.DataLoader.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.2</TargetFramework>
55
<IsPackable>false</IsPackable>
6-
<LangVersion>7.3</LangVersion>
76
</PropertyGroup>
87

98
<ItemGroup>

src/GraphQL/GraphQL.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
1919
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
2020
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
21-
<LangVersion>7.3</LangVersion>
2221
</PropertyGroup>
2322

2423
<ItemGroup>

0 commit comments

Comments
 (0)