-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathWaher.Persistence.MongoDB.Test.csproj
More file actions
32 lines (23 loc) · 1.17 KB
/
Waher.Persistence.MongoDB.Test.csproj
File metadata and controls
32 lines (23 loc) · 1.17 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<Description>Unit test project for Waher.Persistence.MongoDB.</Description>
<Authors>Peter Waher</Authors>
<Product>Waher.IoTGateway</Product>
<Copyright>Copyright © Waher Data AB 2016-2026. All rights reserved.</Copyright>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
<PackageReference Include="MSTest.TestAdapter" Version="4.2.1" />
<PackageReference Include="MSTest.TestFramework" Version="4.2.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Runtime\Waher.Runtime.Console\Waher.Runtime.Console.csproj" />
<ProjectReference Include="..\..\Things\Waher.Things\Waher.Things.csproj" />
<ProjectReference Include="..\Waher.Persistence.MongoDB\Waher.Persistence.MongoDB.csproj" />
<ProjectReference Include="..\Waher.Persistence\Waher.Persistence.csproj" />
</ItemGroup>
</Project>