Skip to content
Snippets Groups Projects
Select Git revision
  • 1856b88f1b7f4f8829017e6dd0c7881e76fcadaa
  • master default protected
  • gitkeep
  • dev protected
  • Issue/2583-treeBug
  • Hotfix/2504-formGen
  • Issue/2309-docs
  • Issue/2462-removeTraces
  • Hotfix/2459-EncodingPath
  • Hotfix/2452-linkedDeletion
  • Issue/1792-newMetadataStructure
  • Hotfix/2384-guestsAndLinked
  • v2.8.14-Hotfix2365
  • Hotfix/2365-targetClassWorks
  • Hotfix/2371-fixGitLabinRCV
  • Fix/xxxx-activateGitlab
  • Test/xxxx-enablingGitLab
  • Issue/2349-gitlabHttps
  • Issue/2287-guestRole
  • Hotfix/2296-selectedValuesNotReturned
  • Issue/2102-gitLabResTypeRCV
  • v2.11.5
  • v2.11.4
  • v2.11.3
  • v2.11.2
  • v2.11.1
  • v2.11.0
  • v2.10.3
  • v2.10.2
  • v2.10.1
  • v2.10.0
  • v2.9.4
  • v2.9.3
  • v2.9.2
  • v2.9.1
  • v2.9.0
  • v2.8.16
  • v2.8.15
  • v2.8.14
  • v2.8.13
  • v2.8.12
41 results

Tree.csproj

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    GraphDeployer.csproj 1.43 KiB
    <Project Sdk="Microsoft.NET.Sdk">
    
    	<PropertyGroup>
    		<OutputType>Exe</OutputType>
    		<TargetFramework>net6.0</TargetFramework>
    		<RootNamespace>Coscine.GraphDeployer</RootNamespace>
    		<AssemblyName>Coscine.GraphDeployer</AssemblyName>
    		<ImplicitUsings>enable</ImplicitUsings>
    		<Nullable>enable</Nullable>
    		<Version>1.2.5</Version>
    	</PropertyGroup>
    	
    	<PropertyGroup>
    		<Authors>RWTH Aachen University</Authors>
    		<Company>IT Center, RWTH Aachen University</Company>
    		<Copyright>2022 IT Center, RWTH Aachen University</Copyright>
    		<Description>GraphDeployer is a part of the Coscine group.</Description>
    		<PackageLicenseExpression>MIT</PackageLicenseExpression>
    		<PackageProjectUrl>https://git.rwth-aachen.de/coscine/backend/scripts/GraphDeployer</PackageProjectUrl>
    		<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
    	</PropertyGroup>
    
    	<ItemGroup>
    		<PackageReference Include="Coscine.Metadata" Version="*-*" />
    		<PackageReference Include="dotNetRDF.Data.Virtuoso" Version="2.7.5" />
    		<PackageReference Include="GitLabApiClient" Version="1.8.1-beta.5" />
    		<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
    		<PackageReference Include="NLog" Version="5.1.0" />
    		<PackageReference Include="NLog.Extensions.Logging" Version="5.2.0" />
    		<PackageReference Include="Polly.Extensions.Http" Version="3.0.0" />
    	</ItemGroup>
    
    	<ItemGroup>
    		<None Update="nlog.config" CopyToOutputDirectory="Always" />
    	</ItemGroup>
    </Project>