Skip to content
Snippets Groups Projects
Select Git revision
  • 097c9baa23e07c78e3a9563323e5620ede679b10
  • main default protected
  • gitkeep
  • dev protected
  • Issue/2914-trellisMigrator
  • Issue/2847-reporting
  • Hotfix/2776-workingNewVersion
  • Hotfix/xxxx-correctAssignments
  • Issue/2666-adminCronjobs-theSequal
  • Issue/2666-adminCronjobs
  • Issue/2518-docs
  • Hotfix/xxxx-coscineGraph
  • Issue/2304-virtuosoRoars
  • Fix/v0.1.7-dependencies
  • Hotfix/2212-fixFiles
  • Issue/2222-resourceDateCreated
  • Issue/2221-projectDateCreated
  • Hotfix/xxxx-changeUrls
  • Issue/1321-pidEnquiryOverhaul
  • Issue/1782-structualDataIntegration
  • Issue/2084-migrateResourceStructuralData
  • v0.1.24
  • v0.1.23
  • v0.1.22
  • v0.1.21
  • v0.1.20
  • v0.1.19
  • v0.1.18
  • v0.1.17
  • v0.1.16
  • v0.1.15
  • v0.1.14
  • v0.1.13
  • v0.1.12
  • v0.1.11
  • v0.1.10
  • v0.1.9
  • v0.1.7
  • v0.1.8
  • v0.1.6
  • v0.1.5
41 results

SQL2Linked.csproj

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    SQL2Linked.csproj 852 B
    <Project Sdk="Microsoft.NET.Sdk">
    
    	<PropertyGroup>
    		<OutputType>Exe</OutputType>
    		<TargetFramework>net8.0</TargetFramework>
    		<ImplicitUsings>enable</ImplicitUsings>
    		<Nullable>enable</Nullable>
    		<Version>0.1.21</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.3.1" />
    		<PackageReference Include="dotNetRdf" Version="3.1.1" />
    		<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
    		<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
    	</ItemGroup>
    
    </Project>