-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGraphQL.Benchmarks.csproj
21 lines (21 loc) · 1.12 KB
/
GraphQL.Benchmarks.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.10.3" />
<PackageReference Include="DataLoader" Version="0.1.5-ci0003" />
<PackageReference Include="Faker.NETCore" Version="1.0.0" />
<PackageReference Include="GraphQL" Version="0.15.1.678" />
<ProjectReference Include="../graphql-dotnet-batchresolver/src/GraphQL.BatchResolver/GraphQL.BatchResolver.csproj" />
<!--<PackageReference Include="GraphQL.BatchResolver" Version="0.1.1-ci0004" />-->
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="1.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="1.1.1" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0" />
</ItemGroup>
</Project>