-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathItemsPlanning.Pn.Test.csproj
More file actions
26 lines (22 loc) · 1 KB
/
ItemsPlanning.Pn.Test.csproj
File metadata and controls
26 lines (22 loc) · 1 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<IsPublishable>false</IsPublishable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="NUnit" Version="4.5.1" />
<PackageReference Include="NUnit.Analyzers" Version="4.12.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
<PackageReference Include="Testcontainers" Version="4.11.0" />
<PackageReference Include="Testcontainers.Mariadb" Version="4.11.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ItemsPlanning.Pn\ItemsPlanning.Pn.csproj" />
</ItemGroup>
</Project>