diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-23 23:10:26 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-23 23:10:26 +0200 |
| commit | 8cbf8cbc9f450db8f3422cae610289effc6d1c1f (patch) | |
| tree | 085f982915091ca9af44f273505be617da5ea342 /src/IOL.Helpers/IOL.Helpers.csproj | |
| parent | f227d1c15e619eb3d7b44e1475a223513489d2d3 (diff) | |
| download | dotnet-helpers-8cbf8cbc9f450db8f3422cae610289effc6d1c1f.tar.xz dotnet-helpers-8cbf8cbc9f450db8f3422cae610289effc6d1c1f.zip | |
Add UnicornFormat
Diffstat (limited to 'src/IOL.Helpers/IOL.Helpers.csproj')
| -rw-r--r-- | src/IOL.Helpers/IOL.Helpers.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IOL.Helpers/IOL.Helpers.csproj b/src/IOL.Helpers/IOL.Helpers.csproj index dcdf4cf..63772ad 100644 --- a/src/IOL.Helpers/IOL.Helpers.csproj +++ b/src/IOL.Helpers/IOL.Helpers.csproj @@ -17,8 +17,10 @@ Add optional parameter to skip X-Forwarded-Host and X-Forwarded-Proto</PackageRe </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="5.0.4" /> + <PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="5.0.5" /> <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> + <PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" /> + <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0" /> </ItemGroup> </Project> |
