Skip to content

Commit 8f9cba9

Browse files
Bump Microsoft.NET.Sdk.Functions (#1143)
* Bump Microsoft.AspNetCore.Http, Microsoft.Azure.WebJobs.Host.Storage, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.DependencyInjection, Newtonsoft.Json and Microsoft.NET.Sdk.Functions Bumps [Microsoft.AspNetCore.Http](https://github.com/aspnet/AspNetCore), [Microsoft.Azure.WebJobs.Host.Storage](https://github.com/Azure/azure-webjobs-sdk), [Microsoft.Extensions.Configuration.Json](https://github.com/aspnet/Configuration), [Microsoft.Extensions.DependencyInjection](https://github.com/aspnet/Extensions), [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk). These dependencies needed to be updated together. Updates `Microsoft.AspNetCore.Http` from 2.2.2 to 2.2.2 - [Release notes](https://github.com/aspnet/AspNetCore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v2.2.2...v2.2.2) Updates `Microsoft.Azure.WebJobs.Host.Storage` from 5.0.0 to 3.0.14 - [Release notes](https://github.com/Azure/azure-webjobs-sdk/releases) - [Commits](https://github.com/Azure/azure-webjobs-sdk/commits/v3.0.14) Updates `Microsoft.Extensions.Configuration.Json` from 5.0.0 to 2.1.0 - [Release notes](https://github.com/aspnet/Configuration/releases) - [Commits](https://github.com/aspnet/Configuration/commits/2.1.0) Updates `Microsoft.Extensions.DependencyInjection` from 6.0.1 to 2.2.0 - [Release notes](https://github.com/aspnet/Extensions/releases) - [Commits](https://github.com/aspnet/Extensions/commits/2.2.0) Updates `Newtonsoft.Json` from 13.0.3 to 13.0.1 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.1) Updates `Microsoft.NET.Sdk.Functions` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/Azure/azure-functions-vs-build-sdk/releases) - [Commits](https://github.com/Azure/azure-functions-vs-build-sdk/commits) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Http dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Azure.WebJobs.Host.Storage dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.NET.Sdk.Functions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update performance lock file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris LaFreniere <chlafren@microsoft.com>
1 parent d253cb0 commit 8f9cba9

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<ItemGroup>
3-
<PackageVersion Include="Microsoft.NET.Sdk.Functions" Version="4.5.0" />
3+
<PackageVersion Include="Microsoft.NET.Sdk.Functions" Version="4.6.0" />
44
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.22.0" />
55
<!-- Be careful when updating this, previously failures occurred on .NET7, more info available here -> https://github.com/Azure/azure-functions-sql-extension/issues/920 -->
66
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.3" />

performance/packages.lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@
18521852
"Microsoft.AspNetCore.Http": "[2.2.2, )",
18531853
"Microsoft.Azure.WebJobs.Extensions.Sql": "[99.99.99, )",
18541854
"Microsoft.Azure.WebJobs.Extensions.Storage": "[5.1.3, )",
1855-
"Microsoft.NET.Sdk.Functions": "[4.5.0, )",
1855+
"Microsoft.NET.Sdk.Functions": "[4.6.0, )",
18561856
"Newtonsoft.Json": "[13.0.3, )"
18571857
}
18581858
},
@@ -1866,7 +1866,7 @@
18661866
"Microsoft.Azure.WebJobs.Host.Storage": "[5.0.0, )",
18671867
"Microsoft.Extensions.Configuration.Json": "[5.0.0, )",
18681868
"Microsoft.Extensions.DependencyInjection": "[6.0.1, )",
1869-
"Microsoft.NET.Sdk.Functions": "[4.5.0, )",
1869+
"Microsoft.NET.Sdk.Functions": "[4.6.0, )",
18701870
"Microsoft.NET.Test.Sdk": "[17.11.0, )",
18711871
"Moq": "[4.20.72, )",
18721872
"Newtonsoft.Json": "[13.0.3, )",
@@ -2040,9 +2040,9 @@
20402040
},
20412041
"Microsoft.NET.Sdk.Functions": {
20422042
"type": "CentralTransitive",
2043-
"requested": "[4.5.0, )",
2044-
"resolved": "4.5.0",
2045-
"contentHash": "ZvwOVAhKO/ojjPd8vtGp0n0sVHNPlBcOgcq9UbeC8x1cApuZEt6enE16jeJhL5u2ErcpadCjxyYef3tQuI9aHQ==",
2043+
"requested": "[4.6.0, )",
2044+
"resolved": "4.6.0",
2045+
"contentHash": "jDnf2TZ5JcBQY9BhI5hzRsbsu+EzJuz22GzmHmV9iGFFBraD3MaOTsoHxtS5kpd9qX3qCv7I7HuNjUSiH3nTZg==",
20462046
"dependencies": {
20472047
"Microsoft.Azure.Functions.Analyzers": "[1.0.0, 2.0.0)",
20482048
"Microsoft.Azure.WebJobs": "[3.0.32, 3.1.0)",

samples/samples-csharp/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
},
4343
"Microsoft.NET.Sdk.Functions": {
4444
"type": "Direct",
45-
"requested": "[4.5.0, )",
46-
"resolved": "4.5.0",
47-
"contentHash": "ZvwOVAhKO/ojjPd8vtGp0n0sVHNPlBcOgcq9UbeC8x1cApuZEt6enE16jeJhL5u2ErcpadCjxyYef3tQuI9aHQ==",
45+
"requested": "[4.6.0, )",
46+
"resolved": "4.6.0",
47+
"contentHash": "jDnf2TZ5JcBQY9BhI5hzRsbsu+EzJuz22GzmHmV9iGFFBraD3MaOTsoHxtS5kpd9qX3qCv7I7HuNjUSiH3nTZg==",
4848
"dependencies": {
4949
"Microsoft.Azure.Functions.Analyzers": "[1.0.0, 2.0.0)",
5050
"Microsoft.Azure.WebJobs": "[3.0.32, 3.1.0)",

test/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
},
6161
"Microsoft.NET.Sdk.Functions": {
6262
"type": "Direct",
63-
"requested": "[4.5.0, )",
64-
"resolved": "4.5.0",
65-
"contentHash": "ZvwOVAhKO/ojjPd8vtGp0n0sVHNPlBcOgcq9UbeC8x1cApuZEt6enE16jeJhL5u2ErcpadCjxyYef3tQuI9aHQ==",
63+
"requested": "[4.6.0, )",
64+
"resolved": "4.6.0",
65+
"contentHash": "jDnf2TZ5JcBQY9BhI5hzRsbsu+EzJuz22GzmHmV9iGFFBraD3MaOTsoHxtS5kpd9qX3qCv7I7HuNjUSiH3nTZg==",
6666
"dependencies": {
6767
"Microsoft.Azure.Functions.Analyzers": "[1.0.0, 2.0.0)",
6868
"Microsoft.Azure.WebJobs": "[3.0.32, 3.1.0)",
@@ -1859,7 +1859,7 @@
18591859
"Microsoft.AspNetCore.Http": "[2.2.2, )",
18601860
"Microsoft.Azure.WebJobs.Extensions.Sql": "[99.99.99, )",
18611861
"Microsoft.Azure.WebJobs.Extensions.Storage": "[5.1.3, )",
1862-
"Microsoft.NET.Sdk.Functions": "[4.5.0, )",
1862+
"Microsoft.NET.Sdk.Functions": "[4.6.0, )",
18631863
"Newtonsoft.Json": "[13.0.3, )"
18641864
}
18651865
},

0 commit comments

Comments
 (0)