-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDeltaLakeSharp.Testing.csproj
More file actions
35 lines (32 loc) · 1.58 KB
/
DeltaLakeSharp.Testing.csproj
File metadata and controls
35 lines (32 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>DeltaLakeSharp.Testing</RootNamespace>
<AssemblyName>DeltaLakeSharp.Testing</AssemblyName>
<TargetFrameworks>net8.0;net472</TargetFrameworks>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\DeltaLakeSharp.Client\DeltaLakeSharp.Client.snk</AssemblyOriginatorKeyFile>
<PackageId>DeltaLakeSharp.Testing</PackageId>
<Version>0.1.3-preview.1</Version>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DeltaLakeSharp.Client\DeltaLakeSharp.Client.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Testcontainers" Version="4.12.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
<PackageReference Include="Apache.Arrow" Version="23.0.0" />
<PackageReference Include="Apache.Arrow.Flight" Version="23.0.0" />
<PackageReference Include="Azure.Identity" Version="1.21.0" />
<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.26.0" />
<PackageReference Include="Google.Protobuf" Version="3.35.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.80.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.8" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.1" />
<PackageReference Include="System.Text.Json" Version="10.0.8" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
</ItemGroup>
</Project>