Skip to content
Snippets Groups Projects
Select Git revision
  • a77eaba86fde83ed9578c96e7d58c71f49849ad9
  • 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

Blob.csproj

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Blob.csproj 1.17 KiB
    <Project Sdk="Microsoft.NET.Sdk">
    	<PropertyGroup>
    		<OutputType>Exe</OutputType>
    		<RootNamespace>Coscine.Api.Blob</RootNamespace>
    		<AssemblyName>Coscine.Api.Blob</AssemblyName>
    		<GenerateDocumentationFile>true</GenerateDocumentationFile>
    		<TargetFramework>net6.0</TargetFramework>
    		<Version>3.2.1</Version>
    	</PropertyGroup>
    	<PropertyGroup>
    		<Authors>RWTH Aachen University</Authors>
    		<Company>IT Center, RWTH Aachen University</Company>
    		<Copyright>2022 IT Center, RWTH Aachen University</Copyright>
    		<Description>BlobApi is a part of the Coscine group.</Description>
    		<PackageLicenseExpression>MIT</PackageLicenseExpression>
    		<PackageProjectUrl>https://git.rwth-aachen.de/coscine/backend/apis/BlobApi</PackageProjectUrl>
    		<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
    	</PropertyGroup>
    	<ItemGroup>
    		<PackageReference Include="Coscine.ApiCommons" Version="2.*-*" />
    		<PackageReference Include="Coscine.Metadata" Version="2.*-*" />
    		<PackageReference Include="Coscine.Database" Version="2.*-*" />
    		<PackageReference Include="Coscine.Logging" Version="2.*-*" />
    		<PackageReference Include="Coscine.ResourceTypes" Version="*-*" />
    	</ItemGroup>
    </Project>