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

Package info

parent 0e5cbed0
No related branches found
No related tags found
1 merge request!1New: KPI Generator Base Implementation
Pipeline #792614 skipped
...@@ -3,12 +3,20 @@ ...@@ -3,12 +3,20 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<RootNamespace>KPIGenerator</RootNamespace> <RootNamespace>Coscine.KpiGenerator</RootNamespace>
<AssemblyName>Coscine.KpiGenerator</AssemblyName>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Version>0.0.0</Version> <Version>0.0.0</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
<Company>IT Center, RWTH Aachen University</Company>
<Copyright>©2022 IT Center, RWTH Aachen University</Copyright>
<Description>KPI Generator is a part of the Coscine group.</Description>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" /> <PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Coscine.Database" Version="2.*-*" /> <PackageReference Include="Coscine.Database" Version="2.*-*" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment