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

Fix: Removed hardcoded Action Library version for OFFICIAL RELEASE

parent 4edfdce0
No related branches found
No related tags found
1 merge request!125BREAKING: New Login Behavior for UIv2
......@@ -6,7 +6,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFramework>net6.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Version>2.4.4</Version></PropertyGroup>
<Version>2.4.4</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
<Company>IT Center, RWTH Aachen University</Company>
......@@ -17,7 +18,7 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Coscine.Action" Version="3.0.0-uiv2-0019" />
<PackageReference Include="Coscine.Action" Version="3.*-*" />
<PackageReference Include="Coscine.ActiveDirectory" Version="2.*-*" />
<PackageReference Include="Coscine.ApiCommons" Version="2.*-*" />
<PackageReference Include="Coscine.Metadata" Version="2.*-*" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment