|
7 | 7 | </PropertyGroup> |
8 | 8 |
|
9 | 9 | <ItemGroup> |
| 10 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" /> |
10 | 11 | <PackageReference Include="Microsoft.Extensions.Http" /> |
11 | 12 | <PackageReference Include="Microsoft.NET.Test.Sdk" /> |
12 | 13 | <PackageReference Include="xunit" /> |
|
15 | 16 |
|
16 | 17 | <ItemGroup> |
17 | 18 | <Content Include="introspection.json" /> |
| 19 | + <Content Include="integration-introspection.json" /> |
18 | 20 | <Content Include="reserved_scalar_input_date_introspection.json" /> |
19 | 21 | <Content Include="reserved_scalar_object_date_introspection.json" /> |
20 | 22 | <None Include="operation.graphql"> |
21 | 23 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
22 | 24 | </None> |
23 | 25 | <Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" /> |
24 | 26 | <Compile Include="Helpers.fs" /> |
| 27 | + <Compile Include="TestHosts.fs" /> |
25 | 28 | <Compile Include="ReservedScalarNameProviderTests.fs" /> |
26 | 29 | <Compile Include="LocalProviderTests.fs" /> |
27 | 30 | <Compile Include="LocalProviderWithOptionalParametersOnlyTests.fs" /> |
28 | 31 | <Compile Include="SwapiLocalProviderTests.fs" /> |
29 | 32 | <Compile Include="SwapiRemoteProviderTests.fs" /> |
30 | 33 | </ItemGroup> |
31 | 34 |
|
| 35 | + <ItemGroup> |
| 36 | + <ProjectReference Include="..\FSharp.Data.GraphQL.IntegrationTests.Server\FSharp.Data.GraphQL.IntegrationTests.Server.fsproj" /> |
| 37 | + <ProjectReference Include="..\..\samples\star-wars-api\star-wars-api.fsproj" /> |
| 38 | + </ItemGroup> |
| 39 | + |
32 | 40 | <ItemGroup> |
33 | 41 | <Reference Include="FSharp.Data.GraphQL.Client"> |
34 | 42 | <HintPath Condition="Exists('..\..\src\FSharp.Data.GraphQL.Client\bin\Debug\netstandard2.0\FSharp.Data.GraphQL.Client.dll')">..\..\src\FSharp.Data.GraphQL.Client\bin\Debug\netstandard2.0\FSharp.Data.GraphQL.Client.dll</HintPath> |
35 | 43 | <HintPath Condition="Exists('..\..\src\FSharp.Data.GraphQL.Client\bin\Release\netstandard2.0\FSharp.Data.GraphQL.Client.dll')">..\..\src\FSharp.Data.GraphQL.Client\bin\Release\netstandard2.0\FSharp.Data.GraphQL.Client.dll</HintPath> |
36 | 44 | <HintPath Condition="Exists('..\..\bin\FSharp.Data.GraphQL.Client\netstandard2.0\FSharp.Data.GraphQL.Client.dll')">..\..\bin\FSharp.Data.GraphQL.Client\netstandard2.0\FSharp.Data.GraphQL.Client.dll</HintPath> |
37 | 45 | </Reference> |
38 | 46 | <Reference Include="FSharp.Data.GraphQL.Shared"> |
39 | | - <HintPath Condition="Exists('..\..\src\FSharp.Data.GraphQL.Client\bin\Debug\netstandard2.0\FSharp.Data.GraphQL.Shared.dll')">..\..\src\FSharp.Data.GraphQL.Client\bin\Debug\netstandard2.0\FSharp.Data.GraphQL.Shared.dll</HintPath> |
40 | | - <HintPath Condition="Exists('..\..\src\FSharp.Data.GraphQL.Client\bin\Release\netstandard2.0\FSharp.Data.GraphQL.Shared.dll')">..\..\src\FSharp.Data.GraphQL.Client\bin\Release\netstandard2.0\FSharp.Data.GraphQL.Shared.dll</HintPath> |
41 | | - <HintPath Condition="Exists('..\..\bin\FSharp.Data.GraphQL.Client\netstandard2.0\FSharp.Data.GraphQL.Shared.dll')">..\..\bin\FSharp.Data.GraphQL.Client\netstandard2.0\FSharp.Data.GraphQL.Shared.dll</HintPath> |
| 47 | + <HintPath Condition="Exists('..\..\src\FSharp.Data.GraphQL.Shared\bin\Debug\net10.0\FSharp.Data.GraphQL.Shared.dll')">..\..\src\FSharp.Data.GraphQL.Shared\bin\Debug\net10.0\FSharp.Data.GraphQL.Shared.dll</HintPath> |
| 48 | + <HintPath Condition="Exists('..\..\src\FSharp.Data.GraphQL.Shared\bin\Release\net10.0\FSharp.Data.GraphQL.Shared.dll')">..\..\src\FSharp.Data.GraphQL.Shared\bin\Release\net10.0\FSharp.Data.GraphQL.Shared.dll</HintPath> |
| 49 | + <HintPath Condition="Exists('..\..\bin\FSharp.Data.GraphQL.Shared\net10.0\FSharp.Data.GraphQL.Shared.dll')">..\..\bin\FSharp.Data.GraphQL.Shared\net10.0\FSharp.Data.GraphQL.Shared.dll</HintPath> |
42 | 50 | </Reference> |
43 | 51 | </ItemGroup> |
44 | 52 | </Project> |
0 commit comments