From 5f79ebaa7ebb8259570b772835b44480abcc7cc7 Mon Sep 17 00:00:00 2001 From: Kevin Carroll Date: Thu, 23 Nov 2023 08:43:18 -0700 Subject: [PATCH 1/2] WIP, updated demo projects to use .NET 8 --- Authorization/Authorization.csproj | 4 ++-- Custom-Directives/Custom-Directives.csproj | 4 ++-- Custom-HttpProcessor/Custom-HttpProcessor.csproj | 4 ++-- File-Uploads/src/FileUploads.API/FileUploads.API.csproj | 4 ++-- File-Uploads/src/FileUploads.UI/FileUploads.UI.csproj | 2 +- .../firebase-authentication/firebase-authentication.csproj | 4 ++-- LoggingProvider/LoggingProvider.csproj | 4 ++-- .../src/QueryMutation-Server/QueryMutation-Server.csproj | 2 +- .../src/SharedResources/SharedResources.csproj | 4 ++-- .../src/Subscriptions-Server/Subscriptions-Server.csproj | 2 +- .../graphql-aspnet-azure-servicebus-connector-tests.csproj | 2 +- .../graphql-aspnet-azure-servicebus-connector.csproj | 4 ++-- .../src/Bakery.API/Bakery.API.csproj | 4 ++-- .../src/Bakery.UI/Bakery.UI.csproj | 2 +- Unit-Testing/unit-testable-api/unit-testable-api.csproj | 4 ++-- Unit-Testing/unit-tests/unit-tests.csproj | 6 +++--- 16 files changed, 28 insertions(+), 28 deletions(-) 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..3a1e6db 100644 --- a/Subscriptions-AzureServiceBus/src/SharedResources/SharedResources.csproj +++ b/Subscriptions-AzureServiceBus/src/SharedResources/SharedResources.csproj @@ -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..e72910f 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 @@ -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..64d7b2b 100644 --- a/Subscriptions-ReactApolloClient/src/Bakery.API/Bakery.API.csproj +++ b/Subscriptions-ReactApolloClient/src/Bakery.API/Bakery.API.csproj @@ -1,12 +1,12 @@  - net7.0 + net8.0 GraphQL.AspNet.Examples.ReactApollo - + 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 @@ - - + + From 6fd73f14dc6ac69dd41c7595e12a3b078256ff6f Mon Sep 17 00:00:00 2001 From: Kevin Carroll Date: Fri, 24 Nov 2023 10:54:47 -0700 Subject: [PATCH 2/2] WIP, added missing net 8 upgrades on demo projects --- .../src/SharedResources/SharedResources.csproj | 2 +- .../graphql-aspnet-azure-servicebus-connector.csproj | 2 +- .../src/Bakery.API/Bakery.API.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Subscriptions-AzureServiceBus/src/SharedResources/SharedResources.csproj b/Subscriptions-AzureServiceBus/src/SharedResources/SharedResources.csproj index 3a1e6db..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 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 e72910f..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 diff --git a/Subscriptions-ReactApolloClient/src/Bakery.API/Bakery.API.csproj b/Subscriptions-ReactApolloClient/src/Bakery.API/Bakery.API.csproj index 64d7b2b..79d5241 100644 --- a/Subscriptions-ReactApolloClient/src/Bakery.API/Bakery.API.csproj +++ b/Subscriptions-ReactApolloClient/src/Bakery.API/Bakery.API.csproj @@ -7,7 +7,7 @@ - + \ No newline at end of file