diff --git a/Authorization/Authorization.csproj b/Authorization/Authorization.csproj index 7055846..47dc75a 100644 --- a/Authorization/Authorization.csproj +++ b/Authorization/Authorization.csproj @@ -1,12 +1,12 @@  - net7.0 + net8.0 GraphQL.AspNet.Examples.Authorization - + diff --git a/Custom-Directives/Custom-Directives.csproj b/Custom-Directives/Custom-Directives.csproj index 122fdf4..24dce19 100644 --- a/Custom-Directives/Custom-Directives.csproj +++ b/Custom-Directives/Custom-Directives.csproj @@ -1,12 +1,12 @@  - net7.0 + net8.0 GraphQL.AspNet.Examples.CustomDirectives - + diff --git a/Custom-HttpProcessor/Custom-HttpProcessor.csproj b/Custom-HttpProcessor/Custom-HttpProcessor.csproj index 7752a67..cff4a1c 100644 --- a/Custom-HttpProcessor/Custom-HttpProcessor.csproj +++ b/Custom-HttpProcessor/Custom-HttpProcessor.csproj @@ -1,12 +1,12 @@  - net7.0 + net8.0 GraphQL.AspNet.Examples.CustomHttpProcessor - + diff --git a/File-Uploads/src/FileUploads.API/FileUploads.API.csproj b/File-Uploads/src/FileUploads.API/FileUploads.API.csproj index 551705a..45b1ce3 100644 --- a/File-Uploads/src/FileUploads.API/FileUploads.API.csproj +++ b/File-Uploads/src/FileUploads.API/FileUploads.API.csproj @@ -1,12 +1,12 @@ - net7.0 + net8.0 GraphQL.Aspnet.Examples.MultipartRequest.API - + diff --git a/File-Uploads/src/FileUploads.UI/FileUploads.UI.csproj b/File-Uploads/src/FileUploads.UI/FileUploads.UI.csproj index 3d8e10a..8558e3a 100644 --- a/File-Uploads/src/FileUploads.UI/FileUploads.UI.csproj +++ b/File-Uploads/src/FileUploads.UI/FileUploads.UI.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 true Latest false diff --git a/Firebase-Authentication/firebase-authentication/firebase-authentication.csproj b/Firebase-Authentication/firebase-authentication/firebase-authentication.csproj index f1bcc8e..1d728a8 100644 --- a/Firebase-Authentication/firebase-authentication/firebase-authentication.csproj +++ b/Firebase-Authentication/firebase-authentication/firebase-authentication.csproj @@ -1,13 +1,13 @@  - net7.0 + net8.0 Firebase.AuthTest - + diff --git a/LoggingProvider/LoggingProvider.csproj b/LoggingProvider/LoggingProvider.csproj index a85a514..895b915 100644 --- a/LoggingProvider/LoggingProvider.csproj +++ b/LoggingProvider/LoggingProvider.csproj @@ -1,12 +1,12 @@  - net7.0 + net8.0 GraphQL.AspNet.Examples.LoggingProvider - + diff --git a/Subscriptions-AzureServiceBus/src/QueryMutation-Server/QueryMutation-Server.csproj b/Subscriptions-AzureServiceBus/src/QueryMutation-Server/QueryMutation-Server.csproj index 90ba27b..0e124cc 100644 --- a/Subscriptions-AzureServiceBus/src/QueryMutation-Server/QueryMutation-Server.csproj +++ b/Subscriptions-AzureServiceBus/src/QueryMutation-Server/QueryMutation-Server.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 GraphQL.AspNet.Examples.Subscriptions.QueryMutationServer diff --git a/Subscriptions-AzureServiceBus/src/SharedResources/SharedResources.csproj b/Subscriptions-AzureServiceBus/src/SharedResources/SharedResources.csproj index 1ec2387..cecd411 100644 --- a/Subscriptions-AzureServiceBus/src/SharedResources/SharedResources.csproj +++ b/Subscriptions-AzureServiceBus/src/SharedResources/SharedResources.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + net8.0 GraphQL.AspNet.Examples.Subscriptions.DataModel @@ -12,8 +12,8 @@ - - + + diff --git a/Subscriptions-AzureServiceBus/src/Subscriptions-Server/Subscriptions-Server.csproj b/Subscriptions-AzureServiceBus/src/Subscriptions-Server/Subscriptions-Server.csproj index 544dd2a..14c155e 100644 --- a/Subscriptions-AzureServiceBus/src/Subscriptions-Server/Subscriptions-Server.csproj +++ b/Subscriptions-AzureServiceBus/src/Subscriptions-Server/Subscriptions-Server.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 GraphQL.AspNet.Examples.Subscriptions.SubscriptionServer diff --git a/Subscriptions-AzureServiceBus/src/graphql-aspnet-azure-servicebus-connector-tests/graphql-aspnet-azure-servicebus-connector-tests.csproj b/Subscriptions-AzureServiceBus/src/graphql-aspnet-azure-servicebus-connector-tests/graphql-aspnet-azure-servicebus-connector-tests.csproj index 8b4de3c..fe0e7a3 100644 --- a/Subscriptions-AzureServiceBus/src/graphql-aspnet-azure-servicebus-connector-tests/graphql-aspnet-azure-servicebus-connector-tests.csproj +++ b/Subscriptions-AzureServiceBus/src/graphql-aspnet-azure-servicebus-connector-tests/graphql-aspnet-azure-servicebus-connector-tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 GraphQL.AspNet.Tests.AzureServiceBus false diff --git a/Subscriptions-AzureServiceBus/src/graphql-aspnet-azure-servicebus-connector/graphql-aspnet-azure-servicebus-connector.csproj b/Subscriptions-AzureServiceBus/src/graphql-aspnet-azure-servicebus-connector/graphql-aspnet-azure-servicebus-connector.csproj index ece8cb8..263d1d5 100644 --- a/Subscriptions-AzureServiceBus/src/graphql-aspnet-azure-servicebus-connector/graphql-aspnet-azure-servicebus-connector.csproj +++ b/Subscriptions-AzureServiceBus/src/graphql-aspnet-azure-servicebus-connector/graphql-aspnet-azure-servicebus-connector.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + net8.0 GraphQL.AspNet.AzureServiceBus latest @@ -14,8 +14,8 @@ - - + + diff --git a/Subscriptions-ReactApolloClient/src/Bakery.API/Bakery.API.csproj b/Subscriptions-ReactApolloClient/src/Bakery.API/Bakery.API.csproj index 8e719ba..79d5241 100644 --- a/Subscriptions-ReactApolloClient/src/Bakery.API/Bakery.API.csproj +++ b/Subscriptions-ReactApolloClient/src/Bakery.API/Bakery.API.csproj @@ -1,13 +1,13 @@  - net7.0 + net8.0 GraphQL.AspNet.Examples.ReactApollo - - + + \ No newline at end of file diff --git a/Subscriptions-ReactApolloClient/src/Bakery.UI/Bakery.UI.csproj b/Subscriptions-ReactApolloClient/src/Bakery.UI/Bakery.UI.csproj index ca6e166..a23b518 100644 --- a/Subscriptions-ReactApolloClient/src/Bakery.UI/Bakery.UI.csproj +++ b/Subscriptions-ReactApolloClient/src/Bakery.UI/Bakery.UI.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 true Latest false diff --git a/Unit-Testing/unit-testable-api/unit-testable-api.csproj b/Unit-Testing/unit-testable-api/unit-testable-api.csproj index 1281214..560eac2 100644 --- a/Unit-Testing/unit-testable-api/unit-testable-api.csproj +++ b/Unit-Testing/unit-testable-api/unit-testable-api.csproj @@ -1,12 +1,12 @@ - net7.0 + net8.0 GraphQL.AspNet.Examples.TestApi - + diff --git a/Unit-Testing/unit-tests/unit-tests.csproj b/Unit-Testing/unit-tests/unit-tests.csproj index 19e0de3..6300dbc 100644 --- a/Unit-Testing/unit-tests/unit-tests.csproj +++ b/Unit-Testing/unit-tests/unit-tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 GraphQL.AspNet.Examples.TestApi.Tests false true @@ -9,8 +9,8 @@ - - + +