From 29c283c0c59d0689cfba8a8fcddfa7a28d5bea2f Mon Sep 17 00:00:00 2001 From: Giulio Vian Date: Sun, 13 Sep 2020 09:22:58 +0200 Subject: [PATCH] Rollback Microsoft.Extensions.Logging upgrade Stick to `Microsoft.NET.Sdk.Functions` 3.0.3 until they resolve [#465](https://github.com/Azure/azure-functions-vs-build-sdk/issues/465). This locks `Microsoft.Extensions.Logging` to 3.1.6 too. --- .github/dependabot.yml | 5 ++++- Next-Release-ChangeLog.md | 3 ++- src/aggregator-function/aggregator-function.csproj | 4 ++-- src/aggregator-webshared/aggregator-webshared.csproj | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 828f714d..17a17f1c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,4 +11,7 @@ updates: interval: "monthly" open-pull-requests-limit: 20 ignore: - - dependency-name: "Microsoft.NET.Sdk.Functions" \ No newline at end of file + # see https://github.com/Azure/azure-functions-vs-build-sdk/issues/465 + - dependency-name: "Microsoft.NET.Sdk.Functions" + - dependency-name: "Microsoft.Extensions.Logging" + - dependency-name: "Microsoft.Extensions.Logging.Abstractions" diff --git a/Next-Release-ChangeLog.md b/Next-Release-ChangeLog.md index de559b3e..2a0a9d34 100644 --- a/Next-Release-ChangeLog.md +++ b/Next-Release-ChangeLog.md @@ -24,7 +24,8 @@ Rule Interpreter Engine Build, Test, Documentation ======================== -* Updated to the latest version of NuGet packages. +* Updated to the latest version of NuGet packages except for Function SDK and Logging. +* Stick to `Microsoft.NET.Sdk.Functions` 3.0.3 until they resolve [#465](https://github.com/Azure/azure-functions-vs-build-sdk/issues/465). This locks `Microsoft.Extensions.Logging` to 3.1.6 too. * Resolve code analysis warnings. * Fix default branch reference in CI workflow. * Push docker images to GitHub Container Registry (beta) in addition to Docker Hub. diff --git a/src/aggregator-function/aggregator-function.csproj b/src/aggregator-function/aggregator-function.csproj index 915e7e92..71fdb301 100644 --- a/src/aggregator-function/aggregator-function.csproj +++ b/src/aggregator-function/aggregator-function.csproj @@ -38,9 +38,9 @@ - + - + diff --git a/src/aggregator-webshared/aggregator-webshared.csproj b/src/aggregator-webshared/aggregator-webshared.csproj index 92e04dea..24ce4e2a 100644 --- a/src/aggregator-webshared/aggregator-webshared.csproj +++ b/src/aggregator-webshared/aggregator-webshared.csproj @@ -22,9 +22,9 @@ - + - +