-
-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathDbfDataReader.Tests.csproj
More file actions
26 lines (22 loc) · 963 Bytes
/
DbfDataReader.Tests.csproj
File metadata and controls
26 lines (22 loc) · 963 Bytes
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>DbfDataReader.Tests</AssemblyTitle>
<TargetFramework>net10.0</TargetFramework>
<AssemblyName>DbfDataReader.Tests</AssemblyName>
<PackageId>DbfDataReader.Tests</PackageId>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\DbfDataReader\DbfDataReader.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Bogus" Version="35.6.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="CsvHelper" Version="33.1.0" />
<PackageReference Include="Shouldly" Version="4.3.0" />
</ItemGroup>
</Project>