Skip to content
Snippets Groups Projects
Select Git revision
  • 83308eb37bb0ba52a7ae9b2c757eff30b6ed2c6c
  • master default protected
  • gitkeep
  • dev protected
  • Issue/2464-invalidateMeta
  • Issue/2309-docs
  • Issue/2462-removeTraces
  • Hotfix/2459-EncodingPath
  • Hotfix/2452-linkedDeletion
  • Issue/1792-newMetadataStructure
  • Hotfix/2371-fixGitLabinRCV
  • Fix/xxxx-activateGitlab
  • Issue/2349-gitlabHttps
  • Issue/2287-guestRole
  • Issue/2102-gitLabResTypeRCV
  • Hotfix/2254-fixContentLenghtCalculation
  • Fix/xxxx-resourceVisibility
  • Issue/1951-quotaImplementation
  • Issue/2162-fixFolderResponse
  • Issue/2158-emailServicedesk
  • Hotfix/2141-fileUploadErrors
  • v3.3.4
  • v3.3.3
  • v3.3.2
  • v3.3.1
  • v3.3.0
  • v3.2.3
  • v3.2.2
  • v3.2.1
  • v3.2.0
  • v3.1.2
  • v3.1.1
  • v3.1.0
  • v3.0.6
  • v3.0.5
  • v3.0.4
  • v3.0.3
  • v3.0.2
  • v3.0.1
  • v3.0.0
  • v2.8.2
41 results

BlobController.cs

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    SQL2Linked.csproj 940 B
    <Project Sdk="Microsoft.NET.Sdk">
    
    	<PropertyGroup>
    		<OutputType>Exe</OutputType>
    		<TargetFramework>net8.0</TargetFramework>
    		<ImplicitUsings>enable</ImplicitUsings>
    		<Nullable>enable</Nullable>
    		<Version>0.1.22</Version>
    	</PropertyGroup>
    
    	<PropertyGroup>
    		<Authors>RWTH Aachen University</Authors>
    		<Company>IT Center, RWTH Aachen University</Company>
    		<Copyright>©2024 IT Center, RWTH Aachen University</Copyright>
    		<Description>SQL2Linked is a part of the Coscine group.</Description>
    	</PropertyGroup>
    
    	<ItemGroup>
    		<PackageReference Include="Coscine.ApiClient" Version="1.6.0-issue-2847-repor0007" />
    		<PackageReference Include="dotNetRdf" Version="3.1.1" />
    		<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
    		<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
    		<PackageReference Include="System.Linq.Async" Version="6.0.1" />
    	</ItemGroup>
    
    </Project>