Skip to content
Snippets Groups Projects
Select Git revision
  • v2.5.3
  • master default protected
  • gitkeep
  • dev protected
  • Issue/2353-dropShapeFix
  • Issue/2583-treeBug
  • Hotfix/2562-organizations
  • Issue/2464-invalidateMeta
  • Issue/2484-filterExtracted
  • Issue/2309-docs
  • Issue/2462-removeTraces
  • Hotfix/2459-EncodingPath
  • Hotfix/2452-linkedDeletion
  • Issue/2328-noFailOnLog
  • Issue/1792-newMetadataStructure
  • v2.5.2-Hotfix2365
  • Hotfix/2365-targetClassWorks
  • Issue/2269-niceKpiParser
  • Issue/2295-singleOrganizationFix
  • Issue/1953-owlImports
  • Hotfix/2087-efNet6
  • v2.9.0
  • v2.8.2
  • v2.8.1
  • v2.8.0
  • v2.7.2
  • v2.7.1
  • v2.7.0
  • v2.6.2
  • v2.6.1
  • v2.6.0
  • v2.5.2
  • v2.5.1
  • v2.5.0
  • v2.4.1
  • v2.4.0
  • v2.3.0
  • v2.2.0
  • v2.1.0
  • v2.0.0
40 results

Metadata.csproj

Blame
  • CoscineBot's avatar
    CoscineBot authored
    # [2.5.3](v2.5.2...v2.5.3) (2023-01-19)
    
    ## Fix
    * Remove Data Graph Adaption
    * Remove Data Graph Adaption
    ec5c6ba7
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Metadata.csproj 1011 B
    <Project Sdk="Microsoft.NET.Sdk">
    	<PropertyGroup>
    		<OutputType>Library</OutputType>
    		<RootNamespace>Coscine.Metadata</RootNamespace>
    		<AssemblyName>Coscine.Metadata</AssemblyName>
    		<TargetFramework>net6.0</TargetFramework>
    		<Version>2.5.3</Version>
    	</PropertyGroup>
    	<PropertyGroup>
    		<Authors>RWTH Aachen University</Authors>
    		<Company>IT Center, RWTH Aachen University</Company>
    		<Copyright>2021 IT Center, RWTH Aachen University</Copyright>
    		<Description>Metadata is a part of the Coscine group.</Description>
    		<PackageLicenseExpression>MIT</PackageLicenseExpression>
    		<PackageProjectUrl>https://git.rwth-aachen.de/coscine/backend/libraries/Metadata</PackageProjectUrl>
    		<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
    	</PropertyGroup>
    	<ItemGroup>
    		<PackageReference Include="Coscine.Configuration" Version="2.*-*" />
    		<PackageReference Include="Coscine.Database" Version="2.*-*" />
    		<PackageReference Include="dotNetRDF" Version="2.7.2" />
    	</ItemGroup>
    </Project>