-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGreateBelt.Pn.Test.csproj
More file actions
25 lines (21 loc) · 933 Bytes
/
GreateBelt.Pn.Test.csproj
File metadata and controls
25 lines (21 loc) · 933 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="NUnit" Version="4.4.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.10.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0" />
<PackageReference Include="Testcontainers" Version="4.7.0" />
<PackageReference Include="Testcontainers.Mariadb" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GreateBelt.Pn\GreateBelt.Pn.csproj" />
</ItemGroup>
</Project>