-
Notifications
You must be signed in to change notification settings - Fork 1
/
HDF5.Api.Tests.x86.csproj
30 lines (25 loc) · 1.08 KB
/
HDF5.Api.Tests.x86.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net7.0;</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<PlatformTarget>x86</PlatformTarget>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Interactive" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HDF5.Api\HDF5.Api.csproj" />
</ItemGroup>
<Import Project="..\HDF5.Api.Tests\HDF5.Api.Tests.Shared.projitems" Label="Shared" />
</Project>