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

Fix: Update Dependencies (coscine/issues#2087)

parent e93b8496
No related tags found
1 merge request!113Fix: Update dependencies
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<DebugType>full</DebugType>
<AssemblyName>Coscine.Api.STS</AssemblyName>
......@@ -10,7 +10,7 @@
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
<Company>IT Center, RWTH Aachen University</Company>
<Copyright>2021 IT Center, RWTH Aachen University</Copyright>
<Copyright>2022 IT Center, RWTH Aachen University</Copyright>
<Description>STS is a part of the Coscine group.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://git.rwth-aachen.de/coscine/backend/apis/STS</PackageProjectUrl>
......@@ -21,9 +21,9 @@
<PackageReference Include="Coscine.ActiveDirectory" Version="2.*-*" />
<PackageReference Include="Coscine.ApiCommons" Version="2.*-*" />
<PackageReference Include="Coscine.Metadata" Version="2.*-*" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.12" />
<PackageReference Include="Microsoft.IdentityModel.Tokens.Saml" Version="6.8.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.4" />
<PackageReference Include="Microsoft.IdentityModel.Tokens.Saml" Version="6.17.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment