Skip to content
Snippets Groups Projects
Select Git revision
  • cb7d8fccd13c9c15fd6a1d47b3be44ff9e8935e8
  • master default protected
  • feature/build
  • develop
  • VA_v2022a
  • v2021.a
  • v2020.a
  • v2019.a
  • v2018.b
  • v2017.c
  • v2017.a
  • v2016.a
12 results

LHMSoundSourceSlider.cs

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>