Skip to content

Commit

Permalink
Bump System.IdentityModel.Tokens.Jwt in /src/FlightRecorder.Mvc
Browse files Browse the repository at this point in the history
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.31.0 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.31.0...6.34.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 9, 2024
1 parent 8b95222 commit 67b3697
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions src/FlightRecorder.Mvc/FlightRecorder.Mvc.csproj
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ReleaseVersion>1.9.0.0</ReleaseVersion>
<FileVersion>1.9.0.0</FileVersion>
<ProductVersion>1.9.0</ProductVersion>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<WarningLevel>4</WarningLevel>
</PropertyGroup>

<ItemGroup>
<Folder Include="Configuration\" />
<Folder Include="Interfaces\" />
<Folder Include="Views\Login\" />
<Folder Include="Views\SightingDetails\" />
<Folder Include="Views\Locations\" />
<Folder Include="Views\Manufacturers\" />
<Folder Include="Views\Airlines\" />
<Folder Include="Views\Models\" />
<Folder Include="Views\Aircraft\" />
<Folder Include="Views\Flights\" />
<Folder Include="Views\SearchSightingsByRoute\" />
<Folder Include="Views\SearchSightingsByFlight\" />
<Folder Include="Views\SearchSightingsByAirline\" />
<Folder Include="Views\SearchSightingsByAircraft\" />
<Folder Include="Views\SearchSightingsByDate\" />
<Folder Include="Wizard\" />
<Folder Include="Views\FlightDetails\" />
<Folder Include="Views\AircraftDetails\" />
<Folder Include="Views\ConfirmDetails\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.31.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.5" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="AutoMapper" Version="12.0.1" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ReleaseVersion>1.9.0.0</ReleaseVersion>
<FileVersion>1.9.0.0</FileVersion>
<ProductVersion>1.9.0</ProductVersion>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<WarningLevel>4</WarningLevel>
</PropertyGroup>

<ItemGroup>
<Folder Include="Configuration\" />
<Folder Include="Interfaces\" />
<Folder Include="Views\Login\" />
<Folder Include="Views\SightingDetails\" />
<Folder Include="Views\Locations\" />
<Folder Include="Views\Manufacturers\" />
<Folder Include="Views\Airlines\" />
<Folder Include="Views\Models\" />
<Folder Include="Views\Aircraft\" />
<Folder Include="Views\Flights\" />
<Folder Include="Views\SearchSightingsByRoute\" />
<Folder Include="Views\SearchSightingsByFlight\" />
<Folder Include="Views\SearchSightingsByAirline\" />
<Folder Include="Views\SearchSightingsByAircraft\" />
<Folder Include="Views\SearchSightingsByDate\" />
<Folder Include="Wizard\" />
<Folder Include="Views\FlightDetails\" />
<Folder Include="Views\AircraftDetails\" />
<Folder Include="Views\ConfirmDetails\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.5" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="AutoMapper" Version="12.0.1" />
</ItemGroup>
</Project>

0 comments on commit 67b3697

Please sign in to comment.