Browse Source
Merge pull request #748 from dotnet-architecture/dependabot/nuget/System.IdentityModel.Tokens.Jwt-6.19.0
Bump System.IdentityModel.Tokens.Jwt from 6.18.0 to 6.19.0
main
Tarun Jain
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
src/Infrastructure/Infrastructure.csproj
-
src/PublicApi/PublicApi.csproj
-
src/Web/Web.csproj
|
|
|
@ -10,7 +10,7 @@ |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.5" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.5" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.5" /> |
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.18.0" /> |
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.19.0" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\ApplicationCore\ApplicationCore.csproj" /> |
|
|
|
|
|
|
|
@ -30,7 +30,7 @@ |
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.15.1" /> |
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.5" /> |
|
|
|
|
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.18.0" /> |
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.19.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
@ -33,7 +33,7 @@ |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.18.0" /> |
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.19.0" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Folder Include="wwwroot\fonts\" /> |
|
|
|
|