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](https://github.com/aspnet/AspNetCore/compare/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](https://github.com/JamesNK/Newtonsoft.Json/compare/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>
This commit is contained in:
Родитель
d253cb0bb4
Коммит
8f9cba99a7
|
@ -1,6 +1,6 @@
|
|||
<Project>
|
||||
<ItemGroup>
|
||||
<PackageVersion Include="Microsoft.NET.Sdk.Functions" Version="4.5.0" />
|
||||
<PackageVersion Include="Microsoft.NET.Sdk.Functions" Version="4.6.0" />
|
||||
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.22.0" />
|
||||
<!-- Be careful when updating this, previously failures occurred on .NET7, more info available here -> https://github.com/Azure/azure-functions-sql-extension/issues/920 -->
|
||||
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.3" />
|
||||
|
|
|
@ -1852,7 +1852,7 @@
|
|||
"Microsoft.AspNetCore.Http": "[2.2.2, )",
|
||||
"Microsoft.Azure.WebJobs.Extensions.Sql": "[99.99.99, )",
|
||||
"Microsoft.Azure.WebJobs.Extensions.Storage": "[5.1.3, )",
|
||||
"Microsoft.NET.Sdk.Functions": "[4.5.0, )",
|
||||
"Microsoft.NET.Sdk.Functions": "[4.6.0, )",
|
||||
"Newtonsoft.Json": "[13.0.3, )"
|
||||
}
|
||||
},
|
||||
|
@ -1866,7 +1866,7 @@
|
|||
"Microsoft.Azure.WebJobs.Host.Storage": "[5.0.0, )",
|
||||
"Microsoft.Extensions.Configuration.Json": "[5.0.0, )",
|
||||
"Microsoft.Extensions.DependencyInjection": "[6.0.1, )",
|
||||
"Microsoft.NET.Sdk.Functions": "[4.5.0, )",
|
||||
"Microsoft.NET.Sdk.Functions": "[4.6.0, )",
|
||||
"Microsoft.NET.Test.Sdk": "[17.11.0, )",
|
||||
"Moq": "[4.20.72, )",
|
||||
"Newtonsoft.Json": "[13.0.3, )",
|
||||
|
@ -2040,9 +2040,9 @@
|
|||
},
|
||||
"Microsoft.NET.Sdk.Functions": {
|
||||
"type": "CentralTransitive",
|
||||
"requested": "[4.5.0, )",
|
||||
"resolved": "4.5.0",
|
||||
"contentHash": "ZvwOVAhKO/ojjPd8vtGp0n0sVHNPlBcOgcq9UbeC8x1cApuZEt6enE16jeJhL5u2ErcpadCjxyYef3tQuI9aHQ==",
|
||||
"requested": "[4.6.0, )",
|
||||
"resolved": "4.6.0",
|
||||
"contentHash": "jDnf2TZ5JcBQY9BhI5hzRsbsu+EzJuz22GzmHmV9iGFFBraD3MaOTsoHxtS5kpd9qX3qCv7I7HuNjUSiH3nTZg==",
|
||||
"dependencies": {
|
||||
"Microsoft.Azure.Functions.Analyzers": "[1.0.0, 2.0.0)",
|
||||
"Microsoft.Azure.WebJobs": "[3.0.32, 3.1.0)",
|
||||
|
|
|
@ -42,9 +42,9 @@
|
|||
},
|
||||
"Microsoft.NET.Sdk.Functions": {
|
||||
"type": "Direct",
|
||||
"requested": "[4.5.0, )",
|
||||
"resolved": "4.5.0",
|
||||
"contentHash": "ZvwOVAhKO/ojjPd8vtGp0n0sVHNPlBcOgcq9UbeC8x1cApuZEt6enE16jeJhL5u2ErcpadCjxyYef3tQuI9aHQ==",
|
||||
"requested": "[4.6.0, )",
|
||||
"resolved": "4.6.0",
|
||||
"contentHash": "jDnf2TZ5JcBQY9BhI5hzRsbsu+EzJuz22GzmHmV9iGFFBraD3MaOTsoHxtS5kpd9qX3qCv7I7HuNjUSiH3nTZg==",
|
||||
"dependencies": {
|
||||
"Microsoft.Azure.Functions.Analyzers": "[1.0.0, 2.0.0)",
|
||||
"Microsoft.Azure.WebJobs": "[3.0.32, 3.1.0)",
|
||||
|
|
|
@ -60,9 +60,9 @@
|
|||
},
|
||||
"Microsoft.NET.Sdk.Functions": {
|
||||
"type": "Direct",
|
||||
"requested": "[4.5.0, )",
|
||||
"resolved": "4.5.0",
|
||||
"contentHash": "ZvwOVAhKO/ojjPd8vtGp0n0sVHNPlBcOgcq9UbeC8x1cApuZEt6enE16jeJhL5u2ErcpadCjxyYef3tQuI9aHQ==",
|
||||
"requested": "[4.6.0, )",
|
||||
"resolved": "4.6.0",
|
||||
"contentHash": "jDnf2TZ5JcBQY9BhI5hzRsbsu+EzJuz22GzmHmV9iGFFBraD3MaOTsoHxtS5kpd9qX3qCv7I7HuNjUSiH3nTZg==",
|
||||
"dependencies": {
|
||||
"Microsoft.Azure.Functions.Analyzers": "[1.0.0, 2.0.0)",
|
||||
"Microsoft.Azure.WebJobs": "[3.0.32, 3.1.0)",
|
||||
|
@ -1859,7 +1859,7 @@
|
|||
"Microsoft.AspNetCore.Http": "[2.2.2, )",
|
||||
"Microsoft.Azure.WebJobs.Extensions.Sql": "[99.99.99, )",
|
||||
"Microsoft.Azure.WebJobs.Extensions.Storage": "[5.1.3, )",
|
||||
"Microsoft.NET.Sdk.Functions": "[4.5.0, )",
|
||||
"Microsoft.NET.Sdk.Functions": "[4.6.0, )",
|
||||
"Newtonsoft.Json": "[13.0.3, )"
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче