Skip to content

Commit 6e7eb64

Browse files
Update dependency Microsoft.NET.Sdk.Functions to v4 (#1991)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.NET.Sdk.Functions](https://redirect.github.com/Azure/azure-functions-vs-build-sdk) | nuget | major | `1.0.39` -> `4.6.0` | | [Microsoft.NET.Sdk.Functions](https://redirect.github.com/Azure/azure-functions-vs-build-sdk) | nuget | major | `3.0.11` -> `4.6.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Azure/azure-functions-vs-build-sdk (Microsoft.NET.Sdk.Functions)</summary> ### [`v4.4.1`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/4.4.1): Microsoft.NET.Sdk.Functions 4.4.1 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/4.4.0...4.4.1) ##### What's Changed - Fixed a `NullReferenceException` in the `IsWebJobsAttribute` extension method that impacted .NET 8 in-process functions using nullable parameters. ([#&#8203;655](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/issues/655)) **Nuget package**: https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/4.4.1 ### [`v4.4.0`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/4.3.0...4.4.0) [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/4.3.0...4.4.0) ### [`v4.3.0`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/4.3.0): Microsoft.NET.Sdk.Functions 4.3.0 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/4.2.0...4.3.0) ##### What's Changed - Updated `System.Net.Http` dependency to version 4.3.4 - Updated `System.Text.Encodings.Web` dependency to version 4.7.2 - Updated `System.Text.RegularExpressions` dependency to version 4.3.1 **Nuget package**: https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/4.3.0 ### [`v4.2.0`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/4.2.0): Microsoft.NET.Sdk.Functions 4.2.0 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/4.1.3...4.2.0) ##### What's Changed - Handling additional auth scenarios for Zip Deploy by [@&#8203;vijayrkn](https://redirect.github.com/vijayrkn) in [https://github.com/Azure/azure-functions-vs-build-sdk/pull/611](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/pull/611) **Full Changelog**: Azure/azure-functions-vs-build-sdk@4.1.3...4.2.0 **Nuget package**: https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/4.2.0 ### [`v4.1.3`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/4.1.3): Microsoft.NET.Sdk.Functions 4.1.3 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/4.1.2...4.1.3) ##### What's Changed - Adding roll forward configuration for net sdk package by [@&#8203;soninaren](https://redirect.github.com/soninaren) in [https://github.com/Azure/azure-functions-vs-build-sdk/pull/587](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/pull/587) **Full Changelog**: Azure/azure-functions-vs-build-sdk@4.1.2...4.1.3 https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/4.1.3 ### [`v4.1.2`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/4.1.2): Microsoft.NET.Sdk.Functions 4.1.2 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/4.1.1...4.1.2) ##### What's Changed - bumping http, newtonsoft dependencies by [@&#8203;brettsam](https://redirect.github.com/brettsam) in [https://github.com/Azure/azure-functions-vs-build-sdk/pull/581](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/pull/581) **Full Changelog**: Azure/azure-functions-vs-build-sdk@4.1.1...4.1.2 https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/4.1.2 ### [`v4.1.1`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/4.1.1): Microsoft.Net.Sdk.Functions 4.1.1 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/4.1.0...4.1.1) This release includes the following fixes: - VS Tooling improvements - Import the Functions design time targets ([#&#8203;551](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/issues/551)) - Fixed deployment status response parsing bug ([#&#8203;557](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/issues/557)) ### [`v4.1.0`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/4.1.0): Microsoft.Net.Sdk.Functions 4.1.0 This release includes the following fixes: - Include all bindings when generating function metadata ([#&#8203;542](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/issues/542)) ### [`v3.1.2`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/3.1.2): Microsoft.NET.Sdk.Functions 3.1.2 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/3.1.1...3.1.2) #### What's Changed - updating http extension by [@&#8203;brettsam](https://redirect.github.com/brettsam) in [https://github.com/Azure/azure-functions-vs-build-sdk/pull/582](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/pull/582) **Full Changelog**: Azure/azure-functions-vs-build-sdk@3.1.1...3.1.2 https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/3.1.2 ### [`v3.1.1`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/3.1.1): Microsoft.Net.Sdk.Functions 3.1.1 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/3.1.0...3.1.1) This release includes the following fixes: - Fixed deployment status response parsing bug ([#&#8203;558](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/issues/558)) ### [`v3.1.0`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/3.1.0): Microsoft.Net.Sdk.Functions 3.1.0 This release includes the following fixes: - Include all bindings when generating function metadata ([#&#8203;547](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/issues/547)) ### [`v3.0.11`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/3.0.11): Microsoft.Net.Sdk.Functions 3.0.11 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/3.0.10...3.0.11) - Changed the minimum required version of Microsoft.Azure.WebJobs to 3.0.23 - Removed the upper bound limiting the version reference for Microsoft.Azure.WebJobs.Extensions ### [`v3.0.10`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/3.0.10): Microsoft.Net.Sdk.Functions 3.0.10 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/3.0.9...3.0.10) - Use async ZipDeloy call - Fixed issues with args passed to Functions.Generator - Updated ExtensionsMetadataGenerator to 1.2.0: [Release Notes](https://redirect.github.com/Azure/azure-functions-host/releases/tag/emg-v1.2.0) - Additional e2e test suite setup ### [`v3.0.9`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/3.0.9): Microsoft.Net.Sdk.Functions 3.0.9 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/3.0.8...3.0.9) - Copying the missing dlls to the bin folder - Adding End to End Tests and porting the projects to netcoreapp3.1. - Tests cover the following scenarios - Build and publish for a project targeting Netsdk latest version - Build and publish for a project with SQl dependency - Build and publish for a project with a HttpTrigger - Upgrading the sdk to 3.1.301 - Running end to end tests as a part of ci build - Auto-increment the assembly version for generator and msbuild dll ### [`v3.0.8`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/3.0.8): Microsoft.Net.Sdk.Functions 3.0.8 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/3.0.7...3.0.8) https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/3.0.8 - Fixing the build step to copy the required dlls to the bin directory. This is required to fix VS functionalities like incremental build, Find all references etc ([https://github.com/Azure/azure-functions-vs-build-sdk/issues/344](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/issues/344)). ### [`v3.0.7`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/3.0.7): Microsoft.Net.Sdk.Functions 3.0.7 https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/3.0.7 This package is for use with Azure Functions v3 Visual Studio projects. This release has the following changes: - Ignore "Bad IL format" errors when generating extensions metadata ([https://github.com/Azure/azure-functions-host/pull/5964](https://redirect.github.com/Azure/azure-functions-host/pull/5964)) - Both Publish and Build targets now copy all dlls and pdbs to the bin folder ([https://github.com/Azure/azure-functions-vs-build-sdk/pull/418](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/pull/418)) ### [`v3.0.4`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/3.0.4): Microsoft.Net.Sdk.Functions 3.0.4 This release has the following changes: - Improvements to output payload, bringing a significant package size reduction ### [`v3.0.2`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/3.0.2): Microsoft.Net.Sdk.Functions 3.0.2 [Compare Source](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/compare/3.0.1...3.0.2) This release has the following changes: - Assembly loading improvements for generating `function.json` files ([#&#8203;360](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/issues/360)) - The `function.deps.json` file is now correctly copied if your project name does not match your assembly name ([#&#8203;363](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/issues/363)) ### [`v3.0.1`](https://redirect.github.com/Azure/azure-functions-vs-build-sdk/releases/tag/3.0.1): Microsoft.Net.Sdk.Functions 3.0.1 This release has the following changes: - The Microsoft.Net.Sdk.Functions nuget package now targets `netcore3.0` rather than `netstandard2.0`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent b0b1f08 commit 6e7eb64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-ts-functions-many/dotnet/functionapp-dotnet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>functionapp_dotnet</RootNamespace>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.11" />
8+
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.6.0" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<None Update="host.json">

classic-azure-ts-aks-keda/functionapp/queue.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.3.4" />
8-
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.39" />
8+
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.6.0" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<None Update="host.json">

0 commit comments

Comments
 (0)