Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • develop protected
  • feature/asio-profile
  • ti_lab_build
  • mbe
  • asio_stream_debugging_tools
  • ba_2016_heimes
  • jst
  • fabian
  • ITADataSources_v2024a
  • VA_v2023b
  • VA_v2023a
  • VA_v2022a
  • before_cmake_rework
  • v2021.a
  • v2020.a
  • v2019.a
  • v2018.b
  • v2018.a
  • v2017.d
  • v2017.c
  • v2017.b
  • good_after_refactoring
  • first_good_running_netaudio
  • v2017.a
  • v2016.a
26 results

ITAJACKInterface.h

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    ProxyApi.Tests.csproj 719 B
    <Project Sdk="Microsoft.NET.Sdk">
    	<PropertyGroup>
    		<OutputType>Library</OutputType>
    		<RootNamespace>Coscine.ProxyApi.Tests</RootNamespace>
    		<AssemblyName>Coscine.ProxyApi.Tests</AssemblyName>
    		<TargetFrameworks>net5.0;net461</TargetFrameworks>
    	</PropertyGroup>
    	<ItemGroup>
    		<ProjectReference Include="..\ProxyApi\ProxyApi.csproj" />
    	</ItemGroup>
    	<ItemGroup>
    		<PackageReference Include="Consul" Version="1.6.1.1" />
    		<PackageReference Include="Coscine.Configuration" Version="*-*" />
    		<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
    		<PackageReference Include="NUnit" Version="3.13.0" />
    		<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
    	</ItemGroup>
    </Project>