diff --git a/.github/workflows/test-code.yml b/.github/workflows/test-code.yml index 67b795ca8..49962e8b9 100644 --- a/.github/workflows/test-code.yml +++ b/.github/workflows/test-code.yml @@ -31,8 +31,9 @@ jobs: - ubuntu-latest - windows-latest graphqlversion: - - 5.0.0 + - 5.1.1 - 5.2.0 + - 5.3.1 steps: - name: Checkout source uses: actions/checkout@v3 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index ce07b12b8..13e2ecd4e 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -19,7 +19,6 @@ true true - 5.2.0 diff --git a/src/GraphQL.Relay.StarWars/GraphQL.Relay.StarWars.csproj b/src/GraphQL.Relay.StarWars/GraphQL.Relay.StarWars.csproj index 75dcbb979..191202673 100644 --- a/src/GraphQL.Relay.StarWars/GraphQL.Relay.StarWars.csproj +++ b/src/GraphQL.Relay.StarWars/GraphQL.Relay.StarWars.csproj @@ -6,10 +6,10 @@ - - - - + + + + diff --git a/src/GraphQL.Relay.StarWars/Startup.cs b/src/GraphQL.Relay.StarWars/Startup.cs index 2148f4923..0d553aa0b 100644 --- a/src/GraphQL.Relay.StarWars/Startup.cs +++ b/src/GraphQL.Relay.StarWars/Startup.cs @@ -27,7 +27,7 @@ public void ConfigureServices(IServiceCollection services) .AddSingleton(); services.AddGraphQL(b => b - .AddMetrics(true) + .AddApolloTracing(true) .AddHttpMiddleware() .AddSchema() .AddSystemTextJson() diff --git a/src/GraphQL.Relay.Test/GraphQL.Relay.Test.csproj b/src/GraphQL.Relay.Test/GraphQL.Relay.Test.csproj index 296120217..62aec7aa3 100644 --- a/src/GraphQL.Relay.Test/GraphQL.Relay.Test.csproj +++ b/src/GraphQL.Relay.Test/GraphQL.Relay.Test.csproj @@ -1,8 +1,9 @@ - + net6 + 5.1.1 diff --git a/src/GraphQL.Relay.Todo/GraphQL.Relay.Todo.csproj b/src/GraphQL.Relay.Todo/GraphQL.Relay.Todo.csproj index 6aff7aed9..fba456996 100644 --- a/src/GraphQL.Relay.Todo/GraphQL.Relay.Todo.csproj +++ b/src/GraphQL.Relay.Todo/GraphQL.Relay.Todo.csproj @@ -6,10 +6,10 @@ - - - - + + + + diff --git a/src/GraphQL.Relay.Todo/Startup.cs b/src/GraphQL.Relay.Todo/Startup.cs index 83c7cf192..f90dc7ae0 100644 --- a/src/GraphQL.Relay.Todo/Startup.cs +++ b/src/GraphQL.Relay.Todo/Startup.cs @@ -11,7 +11,7 @@ public class Startup public void ConfigureServices(IServiceCollection services) { services.AddGraphQL(b => b - .AddMetrics(true) + .AddApolloTracing(true) .AddHttpMiddleware() .AddSchema() .AddSystemTextJson() diff --git a/src/GraphQL.Relay/GraphQL.Relay.csproj b/src/GraphQL.Relay/GraphQL.Relay.csproj index f7698ca3c..e4e621718 100644 --- a/src/GraphQL.Relay/GraphQL.Relay.csproj +++ b/src/GraphQL.Relay/GraphQL.Relay.csproj @@ -6,7 +6,7 @@ - +