Skip to content
Snippets Groups Projects
Select Git revision
  • 828e7ae9e0b9fd56a8a076df575934eb578897a9
  • main default protected
2 results

xapi.js

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    SQL2Linked.csproj 487 B
    <Project Sdk="Microsoft.NET.Sdk">
    
      <PropertyGroup>
        <OutputType>Exe</OutputType>
        <TargetFramework>net6.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
      <Version>0.1.14</Version></PropertyGroup>
    
      <ItemGroup>
        <PackageReference Include="Coscine.Database" Version="2.*-*" />
        <PackageReference Include="Coscine.Metadata" Version="2.*-*" />
        <PackageReference Include="Polly" Version="7.2.3" />
      </ItemGroup>
    
    </Project>