diff options
| author | Victor S <57849063+transtrike@users.noreply.github.com> | 2021-04-02 11:35:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 11:35:35 +0300 |
| commit | 2448c4d31188aed26605c5e3c282bacc3bd71ae5 (patch) | |
| tree | e94903e2df031e67926735522caa0ba4dabfcdaa /src/Common/DevHive.Common/DevHive.Common.csproj | |
| parent | 0cf2a3c99141f878168271e53999cdacac95f3c4 (diff) | |
| parent | 19172a7b0a0f07144943fa7df9fb9090c9a87ec1 (diff) | |
| download | DevHive-2448c4d31188aed26605c5e3c282bacc3bd71ae5.tar DevHive-2448c4d31188aed26605c5e3c282bacc3bd71ae5.tar.gz DevHive-2448c4d31188aed26605c5e3c282bacc3bd71ae5.zip | |
Merge pull request #25 from Team-Kaleidoscope/logger
Implementation of Logger(Serilog)
Diffstat (limited to 'src/Common/DevHive.Common/DevHive.Common.csproj')
| -rw-r--r-- | src/Common/DevHive.Common/DevHive.Common.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/DevHive.Common/DevHive.Common.csproj b/src/Common/DevHive.Common/DevHive.Common.csproj index cd60d85..a5758f4 100644 --- a/src/Common/DevHive.Common/DevHive.Common.csproj +++ b/src/Common/DevHive.Common/DevHive.Common.csproj @@ -6,6 +6,6 @@ <TargetFramework>net5.0</TargetFramework> </PropertyGroup> <ItemGroup> - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.8.0"/> + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.10.0"/> </ItemGroup> -</Project> +</Project>
\ No newline at end of file |
