Skip to content
Snippets Groups Projects
Commit 2fa9a55b authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fix: Update dependencies

parent e98255c7
No related branches found
No related tags found
1 merge request!147Fix: Added appropriate handling of expired Coscine merge token
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<AssemblyName>Coscine.Api.STS</AssemblyName> <AssemblyName>Coscine.Api.STS</AssemblyName>
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<PropertyGroup> <PropertyGroup>
<Authors>RWTH Aachen University</Authors> <Authors>RWTH Aachen University</Authors>
<Company>IT Center, RWTH Aachen University</Company> <Company>IT Center, RWTH Aachen University</Company>
<Copyright>2022 IT Center, RWTH Aachen University</Copyright> <Copyright>2023 IT Center, RWTH Aachen University</Copyright>
<Description>STS is a part of the Coscine group.</Description> <Description>STS is a part of the Coscine group.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://git.rwth-aachen.de/coscine/backend/apis/STS</PackageProjectUrl> <PackageProjectUrl>https://git.rwth-aachen.de/coscine/backend/apis/STS</PackageProjectUrl>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<PackageReference Include="Coscine.Action" Version="3.*-*" /> <PackageReference Include="Coscine.Action" Version="3.*-*" />
<PackageReference Include="Coscine.ActiveDirectory" Version="2.*-*" /> <PackageReference Include="Coscine.ActiveDirectory" Version="2.*-*" />
<PackageReference Include="Coscine.ApiCommons" Version="2.*-*" /> <PackageReference Include="Coscine.ApiCommons" Version="2.*-*" />
<PackageReference Include="Coscine.JwtHandler" Version="2.2.2-beta0001" /> <PackageReference Include="Coscine.JwtHandler" Version="2.*-*" />
<PackageReference Include="Coscine.Metadata" Version="2.*-*" /> <PackageReference Include="Coscine.Metadata" Version="2.*-*" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.4" /> <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.4" /> <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.4" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment