Skip to content
Snippets Groups Projects
Select Git revision
  • 17cf125622a84ca97d5bc273341772efedd9583c
  • master default protected
  • gitkeep
  • dev protected
  • Issue/2218-updateLinksToDocumentationPage
  • Issue/2215-releaseNewsBeGone
  • czepiel-devops
  • Issue/1756-maintenanceBannerDeployment
  • Issue/1869-LoginForTUDO
  • Issue/1941-loginPageText
  • Sprint/2022-01
  • Hotfix/1911-fixFormatting
  • Sprint/2021-2022
  • Issue/912-rearrangeHeader
  • Issue/1872-addingTUDaToLoginPage
  • Sprint/2021-22
  • Issue/1743-changedLink
  • Hotfix/64-releaseUDE
  • Sprint/2021-19
  • Product/1629-onboardingOtherUniversities
  • Topic/1711-extendResourceTypeConfiguration
  • v1.23.0
  • v1.22.0
  • v1.21.1
  • v1.21.0
  • v1.20.2
  • v1.20.1
  • v1.20.0
  • v1.19.0
  • v1.18.1
  • v1.18.0
  • v1.17.0
  • v1.16.0
  • v1.15.0
  • v1.14.1
  • v1.14.0
  • v1.13.0
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
41 results

LogoutMain.vue

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>