From e02013dfe2439469c41c0db4052cb3c472556e0f Mon Sep 17 00:00:00 2001 From: Yael Bakker Date: Mon, 19 Aug 2024 14:56:41 +0200 Subject: [PATCH] Update dependencies --- src/Extensions/Extensions.csproj | 4 ++-- src/samples/DependencyInjection/Basic/Basic.csproj | 6 +++--- src/samples/DependencyInjection/Scopes/Scopes.csproj | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Extensions/Extensions.csproj b/src/Extensions/Extensions.csproj index 5143a65..da12759 100644 --- a/src/Extensions/Extensions.csproj +++ b/src/Extensions/Extensions.csproj @@ -24,7 +24,7 @@ - - + + diff --git a/src/samples/DependencyInjection/Basic/Basic.csproj b/src/samples/DependencyInjection/Basic/Basic.csproj index 8f76edc..1405f9e 100644 --- a/src/samples/DependencyInjection/Basic/Basic.csproj +++ b/src/samples/DependencyInjection/Basic/Basic.csproj @@ -1,13 +1,13 @@  - net6.0 + net8.0 v4 Microsoft.Azure.Functions.Samples.DependencyInjectionBasic Microsoft.Azure.Functions.Samples.DependencyInjectionBasic - - + + diff --git a/src/samples/DependencyInjection/Scopes/Scopes.csproj b/src/samples/DependencyInjection/Scopes/Scopes.csproj index 3cfa3ec..41e417e 100644 --- a/src/samples/DependencyInjection/Scopes/Scopes.csproj +++ b/src/samples/DependencyInjection/Scopes/Scopes.csproj @@ -1,12 +1,12 @@  - net6.0 + net8.0 v4 Microsoft.Azure.Functions.Samples.DependencyInjectionScopes Microsoft.Azure.Functions.Samples.DependencyInjectionScopes - +