Skip to content

Commit

Permalink
Merge pull request #26 from glittle/dependabot/nuget/Site/System.Iden…
Browse files Browse the repository at this point in the history
…tityModel.Tokens.Jwt-7.1.2

Bump System.IdentityModel.Tokens.Jwt from 7.0.3 to 7.1.2 in /Site
  • Loading branch information
glittle authored May 1, 2024
2 parents 3c36d2a + 8c1adea commit b5372a9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
25 changes: 15 additions & 10 deletions Site/Site.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -199,23 +199,27 @@
<Reference Include="Microsoft.Extensions.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Extensions.Primitives.7.0.0\lib\net462\Microsoft.Extensions.Primitives.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=7.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.7.0.3\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=7.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages/Microsoft.IdentityModel.Abstractions.7.5.1/lib/net472/Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=7.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.7.0.3\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=7.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages/Microsoft.IdentityModel.JsonWebTokens.7.5.1/lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.Logging, Version=7.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Logging.7.0.3\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.Logging, Version=7.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages/Microsoft.IdentityModel.Logging.7.5.1/lib/net472/Microsoft.IdentityModel.Logging.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.Protocols, Version=7.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.7.0.3\lib\net472\Microsoft.IdentityModel.Protocols.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=7.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.7.0.3\lib\net472\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Tokens, Version=7.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.7.0.3\lib\net472\Microsoft.IdentityModel.Tokens.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.Tokens, Version=7.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages/Microsoft.IdentityModel.Tokens.7.5.1/lib/net472/Microsoft.IdentityModel.Tokens.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Owin, Version=4.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.4.2.2\lib\net45\Microsoft.Owin.dll</HintPath>
Expand Down Expand Up @@ -283,8 +287,9 @@
<Reference Include="System.Data.OracleClient" />
<Reference Include="System.Drawing" />
<Reference Include="System.IdentityModel" />
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=7.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.7.0.3\lib\net472\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=7.1.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages/System.IdentityModel.Tokens.Jwt.7.1.2/lib/net472/System.IdentityModel.Tokens.Jwt.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Pipelines, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
Expand Down
10 changes: 5 additions & 5 deletions Site/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
<package id="Microsoft.Extensions.Logging.Abstractions" version="7.0.1" targetFramework="net48" />
<package id="Microsoft.Extensions.Options" version="7.0.1" targetFramework="net48" />
<package id="Microsoft.Extensions.Primitives" version="7.0.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Abstractions" version="7.0.3" targetFramework="net48" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="7.0.3" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Logging" version="7.0.3" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Abstractions" version="7.5.1" targetFramework="net48" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.1" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Logging" version="7.5.1" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Protocols" version="7.0.3" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.0.3" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Tokens" version="7.0.3" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Tokens" version="7.5.1" targetFramework="net48" />
<package id="Microsoft.Owin" version="4.2.2" targetFramework="net48" />
<package id="Microsoft.Owin.Host.SystemWeb" version="4.2.2" targetFramework="net48" />
<package id="Microsoft.Owin.Security" version="4.2.2" targetFramework="net48" />
Expand All @@ -59,7 +59,7 @@
<package id="starkbank-ecdsa" version="1.3.3" targetFramework="net48" />
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
<package id="System.ComponentModel.Annotations" version="5.0.0" targetFramework="net48" />
<package id="System.IdentityModel.Tokens.Jwt" version="7.0.3" targetFramework="net48" />
<package id="System.IdentityModel.Tokens.Jwt" version="7.1.2" targetFramework="net48" />
<package id="System.IO.Pipelines" version="7.0.0" targetFramework="net48" />
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
Expand Down

0 comments on commit b5372a9

Please sign in to comment.