-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathPlatform.Data.Doublets.Tests.csproj
More file actions
28 lines (23 loc) · 1.04 KB
/
Platform.Data.Doublets.Tests.csproj
File metadata and controls
28 lines (23 loc) · 1.04 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8</TargetFramework>
<IsPackable>false</IsPackable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" PrivateAssets="All" />
<PackageReference Include="coverlet.collector" Version="3.1.2" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Platform.Data.Doublets\Platform.Data.Doublets.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Platform.Counters" Version="0.0.2" />
<PackageReference Include="Platform.Diagnostics" Version="0.1.0" />
<PackageReference Include="Platform.Scopes" Version="0.1.0" />
</ItemGroup>
</Project>