Skip to content

Commit

Permalink
Bump Microsoft.IdentityModel.JsonWebTokens in /DuoUniversal (#32)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.12.2 to 6.34.0.
- [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](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@6.12.2...6.34.0)

---
updated-dependencies:
- dependency-name: Microsoft.IdentityModel.JsonWebTokens
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 0069e63 commit 85e0032
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions DuoUniversal/DuoUniversal.csproj
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<!-- SPDX-FileCopyrightText: 2022 Cisco Systems, Inc. and/or its affiliates -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>DuoUniversal</PackageId>
<Version>1.2.1</Version>
<Authors>Duo Security</Authors>
<Company>Duo Security</Company>
<Copyright>Cisco Systems, Inc. and/or its affiliates</Copyright>
<PackageDescription>Duo Universal Prompt client for 2FA</PackageDescription>
<PackageTags>duo;2fa;mfa;authentication</PackageTags>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<RepositoryUrl>https://github.com/duosecurity/duo_universal_csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Description>Duo two-factor authentication for .NET web applications</Description>
<PackageProjectUrl>https://github.com/duosecurity/duo_universal_csharp</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.12.2" />
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>DuoUniversal.Tests</_Parameter1>
</AssemblyAttribute>
<EmbeddedResource Include="ca_certs.pem" />
</ItemGroup>

</Project>
<!-- SPDX-FileCopyrightText: 2022 Cisco Systems, Inc. and/or its affiliates -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>DuoUniversal</PackageId>
<Version>1.2.1</Version>
<Authors>Duo Security</Authors>
<Company>Duo Security</Company>
<Copyright>Cisco Systems, Inc. and/or its affiliates</Copyright>
<PackageDescription>Duo Universal Prompt client for 2FA</PackageDescription>
<PackageTags>duo;2fa;mfa;authentication</PackageTags>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<RepositoryUrl>https://github.com/duosecurity/duo_universal_csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Description>Duo two-factor authentication for .NET web applications</Description>
<PackageProjectUrl>https://github.com/duosecurity/duo_universal_csharp</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.34.0" />
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>DuoUniversal.Tests</_Parameter1>
</AssemblyAttribute>
<EmbeddedResource Include="ca_certs.pem" />
</ItemGroup>

</Project>

0 comments on commit 85e0032

Please sign in to comment.