Skip to content

Commit bb0b734

Browse files
author
Raul Hidalgo Caballero
committed
Addeed more frameworks to test
1 parent 2ae93e8 commit bb0b734

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
2+
<Project Sdk="Microsoft.NET.Sdk">
33

44
<Import Project="../tests.props" />
55

66
<PropertyGroup>
7-
<TargetFrameworks>netcoreapp1.0;netcoreapp2.0</TargetFrameworks>
7+
<TargetFrameworks>netcoreapp1.0;netcoreapp1.1;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
88
</PropertyGroup>
99

1010
<ItemGroup>
1111
<ProjectReference Include="..\..\src\GraphQL.Client\GraphQL.Client.csproj" />
1212
<ProjectReference Include="..\GraphQL.Common.Tests\GraphQL.Common.Tests.csproj" />
1313
</ItemGroup>
14-
15-
<ItemGroup>
16-
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
17-
</ItemGroup>
18-
14+
1915
</Project>
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33

44
<Import Project="../tests.props" />
55

66
<PropertyGroup>
7-
<TargetFrameworks>netcoreapp1.0;netcoreapp2.0</TargetFrameworks>
7+
<TargetFrameworks>netcoreapp1.0;netcoreapp1.1;netcoreapp2.0;netcoreapp2.1</TargetFrameworks>
88
</PropertyGroup>
99

1010
<ItemGroup>
1111
<ProjectReference Include="..\..\src\GraphQL.Common\GraphQL.Common.csproj" />
1212
</ItemGroup>
13-
14-
<ItemGroup>
15-
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
16-
</ItemGroup>
1713

1814
</Project>

0 commit comments

Comments
 (0)