From c966aa7a28327bc3f54590759471946db912a36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:27:18 +0000 Subject: [PATCH 01/12] Bump Microsoft.AspNetCore.Authentication.JwtBearer, Microsoft.IdentityModel.Tokens and System.IdentityModel.Tokens.Jwt Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore), [Microsoft.IdentityModel.Tokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) and [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet). These dependencies needed to be updated together. Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.11 to 8.0.12 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.11...v8.0.12) Updates `Microsoft.IdentityModel.Tokens` from 7.5.1 to 7.1.2 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.5.1...7.1.2) Updates `System.IdentityModel.Tokens.Jwt` from 7.5.1 to 7.1.2 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.5.1...7.1.2) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.IdentityModel.Tokens dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/BackendFramework.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/BackendFramework.csproj b/Backend/BackendFramework.csproj index a2bbf077cd..95a977545c 100644 --- a/Backend/BackendFramework.csproj +++ b/Backend/BackendFramework.csproj @@ -19,7 +19,7 @@ NU1701 - + From 95eae22e684431b8caf8fe8f9a457cd7165e7026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 19:53:51 +0000 Subject: [PATCH 02/12] Bump sillsdev/FieldWorks Bumps [sillsdev/FieldWorks](https://github.com/sillsdev/fieldworks) from d6f2ee1ed5aa1257e408a4afab2aab8fd8268764 to 0ea8e06b13dc756abb9c76f083ff90369fb383bf. - [Release notes](https://github.com/sillsdev/fieldworks/releases) - [Commits](https://github.com/sillsdev/fieldworks/compare/d6f2ee1ed5aa1257e408a4afab2aab8fd8268764...0ea8e06b13dc756abb9c76f083ff90369fb383bf) --- updated-dependencies: - dependency-name: sillsdev/FieldWorks dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/commit_message_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit_message_check.yml b/.github/workflows/commit_message_check.yml index e01010a4d8..2e6c095cf1 100644 --- a/.github/workflows/commit_message_check.yml +++ b/.github/workflows/commit_message_check.yml @@ -10,4 +10,4 @@ permissions: # added using https://github.com/step-security/secure-workflows jobs: commit-message-lint: - uses: sillsdev/FieldWorks/.github/workflows/CommitMessage.yml@d6f2ee1ed5aa1257e408a4afab2aab8fd8268764 + uses: sillsdev/FieldWorks/.github/workflows/CommitMessage.yml@0ea8e06b13dc756abb9c76f083ff90369fb383bf From 8f955b359ddb1a6487333ea1994fec60f9a870d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:08:39 +0000 Subject: [PATCH 03/12] Bump Microsoft.IdentityModel.Tokens and System.IdentityModel.Tokens.Jwt Bumps [Microsoft.IdentityModel.Tokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) and [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet). These dependencies needed to be updated together. Updates `Microsoft.IdentityModel.Tokens` from 7.5.1 to 8.3.1 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/8.3.1/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.5.1...8.3.1) Updates `System.IdentityModel.Tokens.Jwt` from 7.5.1 to 8.3.1 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/8.3.1/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.5.1...8.3.1) --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.Tokens dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Backend/BackendFramework.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Backend/BackendFramework.csproj b/Backend/BackendFramework.csproj index a2bbf077cd..0a394026b3 100644 --- a/Backend/BackendFramework.csproj +++ b/Backend/BackendFramework.csproj @@ -20,8 +20,8 @@ NU1701 - - + + From 2b7d966e5dc2cd646f2b05d624094b42f621c303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:09:02 +0000 Subject: [PATCH 04/12] Bump OpenTelemetry.Extensions.Hosting from 1.10.0 to 1.11.1 in /Backend Bumps [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.10.0 to 1.11.1. - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md) - [Commits](https://github.com/open-telemetry/opentelemetry-dotnet/compare/core-1.10.0...core-1.11.1) --- updated-dependencies: - dependency-name: OpenTelemetry.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/BackendFramework.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/BackendFramework.csproj b/Backend/BackendFramework.csproj index a2bbf077cd..1b7eb1ea5f 100644 --- a/Backend/BackendFramework.csproj +++ b/Backend/BackendFramework.csproj @@ -13,7 +13,7 @@ - + From 7800ba606bf83ea25117e4693021c6c576001099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:09:16 +0000 Subject: [PATCH 05/12] Bump OpenTelemetry.Exporter.OpenTelemetryProtocol in /Backend Bumps [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.10.0 to 1.11.1. - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md) - [Commits](https://github.com/open-telemetry/opentelemetry-dotnet/compare/core-1.10.0...core-1.11.1) --- updated-dependencies: - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/BackendFramework.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/BackendFramework.csproj b/Backend/BackendFramework.csproj index a2bbf077cd..33c3b89c8b 100644 --- a/Backend/BackendFramework.csproj +++ b/Backend/BackendFramework.csproj @@ -12,7 +12,7 @@ - + From 8b71e61e58ab54cf77e43008af55b94b97fd73a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:20:00 +0000 Subject: [PATCH 06/12] Bump Microsoft.Extensions.Caching.Memory in /Backend.Tests Bumps [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime) from 8.0.1 to 9.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Caching.Memory dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Backend/BackendFramework.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/BackendFramework.csproj b/Backend/BackendFramework.csproj index a2bbf077cd..490ec77488 100644 --- a/Backend/BackendFramework.csproj +++ b/Backend/BackendFramework.csproj @@ -10,7 +10,7 @@ $(NoWarn);CA1305;CA1848;CS1591 - + From 1db694235f17fd14efde076a69a77818f2c09b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:20:19 +0000 Subject: [PATCH 07/12] Bump NUnit from 4.2.2 to 4.3.2 in /Backend.Tests Bumps [NUnit](https://github.com/nunit/nunit) from 4.2.2 to 4.3.2. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](https://github.com/nunit/nunit/compare/4.2.2...4.3.2) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend.Tests/Backend.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend.Tests/Backend.Tests.csproj b/Backend.Tests/Backend.Tests.csproj index 6436393184..76bb9ba2bc 100644 --- a/Backend.Tests/Backend.Tests.csproj +++ b/Backend.Tests/Backend.Tests.csproj @@ -14,7 +14,7 @@ - + From 20d5aec9d23d91537e1e6c1b4537c08018a14d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:20:35 +0000 Subject: [PATCH 08/12] Bump coverlet.msbuild from 6.0.2 to 6.0.4 in /Backend.Tests Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 6.0.2 to 6.0.4. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.2...v6.0.4) --- updated-dependencies: - dependency-name: coverlet.msbuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Backend.Tests/Backend.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend.Tests/Backend.Tests.csproj b/Backend.Tests/Backend.Tests.csproj index 6436393184..3d7a233f67 100644 --- a/Backend.Tests/Backend.Tests.csproj +++ b/Backend.Tests/Backend.Tests.csproj @@ -17,7 +17,7 @@ - + From 606170c9b24d5a72fac141cd94ab741ee223607a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:26:28 +0000 Subject: [PATCH 09/12] Bump dotnet/aspnet from 8.0.11-jammy to 8.0.12-jammy in /Backend Bumps dotnet/aspnet from 8.0.11-jammy to 8.0.12-jammy. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/Dockerfile b/Backend/Dockerfile index 6833352fcb..e02e620c16 100644 --- a/Backend/Dockerfile +++ b/Backend/Dockerfile @@ -19,7 +19,7 @@ COPY . ./ RUN dotnet publish -c Release -o build # Build runtime image. -FROM mcr.microsoft.com/dotnet/aspnet:8.0.11-jammy +FROM mcr.microsoft.com/dotnet/aspnet:8.0.12-jammy ENV ASPNETCORE_URLS=http://+:5000 ENV COMBINE_IS_IN_CONTAINER=1 From 8730034d28144d12cfb52a35e995678993008762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:26:32 +0000 Subject: [PATCH 10/12] Bump dotnet/sdk from 8.0.404-jammy to 8.0.405-jammy in /Backend Bumps dotnet/sdk from 8.0.404-jammy to 8.0.405-jammy. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/Dockerfile b/Backend/Dockerfile index 6833352fcb..efd26d045f 100644 --- a/Backend/Dockerfile +++ b/Backend/Dockerfile @@ -7,7 +7,7 @@ ############################################################ # Docker multi-stage build -FROM mcr.microsoft.com/dotnet/sdk:8.0.404-jammy AS builder +FROM mcr.microsoft.com/dotnet/sdk:8.0.405-jammy AS builder WORKDIR /app # Copy csproj and restore (fetch dependencies) as distinct layers. From ffa9c3a6cee757e4446dc6445594af6862b19e7f Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Mon, 3 Feb 2025 11:14:37 -0500 Subject: [PATCH 11/12] Move Microsoft.Extensions.Caching.Memory to Backend.Tests --- Backend.Tests/Backend.Tests.csproj | 1 + Backend/BackendFramework.csproj | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend.Tests/Backend.Tests.csproj b/Backend.Tests/Backend.Tests.csproj index 6436393184..b5f19eded9 100644 --- a/Backend.Tests/Backend.Tests.csproj +++ b/Backend.Tests/Backend.Tests.csproj @@ -12,6 +12,7 @@ $(NoWarn);CA1305;CA1859;CS1591 + diff --git a/Backend/BackendFramework.csproj b/Backend/BackendFramework.csproj index a2bbf077cd..bf5e356ef1 100644 --- a/Backend/BackendFramework.csproj +++ b/Backend/BackendFramework.csproj @@ -10,7 +10,6 @@ $(NoWarn);CA1305;CA1848;CS1591 - From b1ea3bd43788fc8829514141d480cc53171481e0 Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Mon, 3 Feb 2025 11:28:22 -0500 Subject: [PATCH 12/12] Update backend license report --- .../assets/licenses/backend_licenses.txt | 71 +++++-------------- 1 file changed, 18 insertions(+), 53 deletions(-) diff --git a/docs/user_guide/assets/licenses/backend_licenses.txt b/docs/user_guide/assets/licenses/backend_licenses.txt index 7117634e08..409e96ced7 100644 --- a/docs/user_guide/assets/licenses/backend_licenses.txt +++ b/docs/user_guide/assets/licenses/backend_licenses.txt @@ -27,34 +27,6 @@ Authors: MichaCo License: Apache-2.0 LicenseUrl: https://licenses.nuget.org/Apache-2.0 ############################################################### -PackageId: Google.Protobuf -PackageVersion: 3.22.5 -PackageProjectUrl: https://github.com/protocolbuffers/protobuf -Authors: Google Inc. -License: BSD-3-Clause -LicenseUrl: https://licenses.nuget.org/BSD-3-Clause -############################################################### -PackageId: Grpc.Core.Api -PackageVersion: 2.52.0 -PackageProjectUrl: https://github.com/grpc/grpc-dotnet -Authors: The gRPC Authors -License: Apache-2.0 -LicenseUrl: https://licenses.nuget.org/Apache-2.0 -############################################################### -PackageId: Grpc.Net.Client -PackageVersion: 2.52.0 -PackageProjectUrl: https://github.com/grpc/grpc-dotnet -Authors: The gRPC Authors -License: Apache-2.0 -LicenseUrl: https://licenses.nuget.org/Apache-2.0 -############################################################### -PackageId: Grpc.Net.Common -PackageVersion: 2.52.0 -PackageProjectUrl: https://github.com/grpc/grpc-dotnet -Authors: The gRPC Authors -License: Apache-2.0 -LicenseUrl: https://licenses.nuget.org/Apache-2.0 -############################################################### PackageId: icu.net PackageVersion: 3.0.0 PackageProjectUrl: https://github.com/sillsdev/icu-dotnet @@ -83,12 +55,19 @@ License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### PackageId: Microsoft.AspNetCore.Authentication.JwtBearer -PackageVersion: 8.0.11 +PackageVersion: 8.0.12 PackageProjectUrl: https://asp.net/ Authors: Microsoft License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### +PackageId: Microsoft.Bcl.Memory +PackageVersion: 9.0.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### PackageId: Microsoft.CSharp PackageVersion: 4.7.0 PackageProjectUrl: https://github.com/dotnet/corefx @@ -110,20 +89,6 @@ Authors: Microsoft License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### -PackageId: Microsoft.Extensions.Caching.Abstractions -PackageVersion: 8.0.0 -PackageProjectUrl: https://dot.net/ -Authors: Microsoft -License: MIT -LicenseUrl: https://licenses.nuget.org/MIT -############################################################### -PackageId: Microsoft.Extensions.Caching.Memory -PackageVersion: 8.0.1 -PackageProjectUrl: https://dot.net/ -Authors: Microsoft -License: MIT -LicenseUrl: https://licenses.nuget.org/MIT -############################################################### PackageId: Microsoft.Extensions.Configuration PackageVersion: 9.0.0 PackageProjectUrl: https://dot.net/ @@ -230,21 +195,21 @@ License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### PackageId: Microsoft.IdentityModel.Abstractions -PackageVersion: 7.5.1 +PackageVersion: 8.3.1 PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet Authors: Microsoft License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### PackageId: Microsoft.IdentityModel.JsonWebTokens -PackageVersion: 7.5.1 +PackageVersion: 8.3.1 PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet Authors: Microsoft License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### PackageId: Microsoft.IdentityModel.Logging -PackageVersion: 7.5.1 +PackageVersion: 8.3.1 PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet Authors: Microsoft License: MIT @@ -265,7 +230,7 @@ License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### PackageId: Microsoft.IdentityModel.Tokens -PackageVersion: 7.5.1 +PackageVersion: 8.3.1 PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet Authors: Microsoft License: MIT @@ -355,21 +320,21 @@ License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### PackageId: OpenTelemetry -PackageVersion: 1.10.0 +PackageVersion: 1.11.1 PackageProjectUrl: https://opentelemetry.io/ Authors: OpenTelemetry Authors License: Apache-2.0 LicenseUrl: https://licenses.nuget.org/Apache-2.0 ############################################################### PackageId: OpenTelemetry.Api -PackageVersion: 1.10.0 +PackageVersion: 1.11.1 PackageProjectUrl: https://opentelemetry.io/ Authors: OpenTelemetry Authors License: Apache-2.0 LicenseUrl: https://licenses.nuget.org/Apache-2.0 ############################################################### PackageId: OpenTelemetry.Api.ProviderBuilderExtensions -PackageVersion: 1.10.0 +PackageVersion: 1.11.1 PackageProjectUrl: https://opentelemetry.io/ Authors: OpenTelemetry Authors License: Apache-2.0 @@ -383,14 +348,14 @@ License: Apache-2.0 LicenseUrl: https://licenses.nuget.org/Apache-2.0 ############################################################### PackageId: OpenTelemetry.Exporter.OpenTelemetryProtocol -PackageVersion: 1.10.0 +PackageVersion: 1.11.1 PackageProjectUrl: https://opentelemetry.io/ Authors: OpenTelemetry Authors License: Apache-2.0 LicenseUrl: https://licenses.nuget.org/Apache-2.0 ############################################################### PackageId: OpenTelemetry.Extensions.Hosting -PackageVersion: 1.10.0 +PackageVersion: 1.11.1 PackageProjectUrl: https://opentelemetry.io/ Authors: OpenTelemetry Authors License: Apache-2.0 @@ -706,7 +671,7 @@ License: http://go.microsoft.com/fwlink/?LinkId=329770 LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 ############################################################### PackageId: System.IdentityModel.Tokens.Jwt -PackageVersion: 7.5.1 +PackageVersion: 8.3.1 PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet Authors: Microsoft License: MIT