From 39cb96536a80577c5fa7e9569359fc3485f17c74 Mon Sep 17 00:00:00 2001 From: Surbhi Gupta Date: Mon, 30 Sep 2024 16:43:59 -0700 Subject: [PATCH] Updating packages dependencies to the latest (#2729) --- host/src/FunctionsNetHost/FunctionsNetHost.csproj | 2 +- test/Resources/Projects/FunctionApp01/FunctionApp01.csproj | 4 ++-- test/SdkE2ETests/InnerBuildTests.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/host/src/FunctionsNetHost/FunctionsNetHost.csproj b/host/src/FunctionsNetHost/FunctionsNetHost.csproj index 9a761b186..776b0ffd7 100644 --- a/host/src/FunctionsNetHost/FunctionsNetHost.csproj +++ b/host/src/FunctionsNetHost/FunctionsNetHost.csproj @@ -28,7 +28,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/Resources/Projects/FunctionApp01/FunctionApp01.csproj b/test/Resources/Projects/FunctionApp01/FunctionApp01.csproj index 63b296c38..c84d16ce4 100644 --- a/test/Resources/Projects/FunctionApp01/FunctionApp01.csproj +++ b/test/Resources/Projects/FunctionApp01/FunctionApp01.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/test/SdkE2ETests/InnerBuildTests.cs b/test/SdkE2ETests/InnerBuildTests.cs index e0f73a152..3d6bd6f25 100644 --- a/test/SdkE2ETests/InnerBuildTests.cs +++ b/test/SdkE2ETests/InnerBuildTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System.IO; @@ -35,7 +35,7 @@ public async Task Build_ScansReferences() ""extensions"": [ { ""name"": ""SqlDurabilityProvider"", - ""typeName"": ""DurableTask.SqlServer.AzureFunctions.SqlDurabilityProviderStartup, DurableTask.SqlServer.AzureFunctions, Version=1.2.0.0, Culture=neutral, PublicKeyToken=2ea3c3a96309d850"", + ""typeName"": ""DurableTask.SqlServer.AzureFunctions.SqlDurabilityProviderStartup, DurableTask.SqlServer.AzureFunctions, Version=1.3.0.0, Culture=neutral, PublicKeyToken=2ea3c3a96309d850"", ""hintPath"": ""./.azurefunctions/DurableTask.SqlServer.AzureFunctions.dll"" }, {