Files
pos-system/apps/web-client-tpos-net/tests/WebClientTpos.ComponentTests/WebClientTpos.ComponentTests.csproj

46 lines
2.0 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>WebClientTpos.ComponentTests</AssemblyName>
<RootNamespace>WebClientTpos.ComponentTests</RootNamespace>
<TargetFramework>net10.0</TargetFramework>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<!-- EN: Test framework / VI: Test framework -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<!-- EN: Assertions and mocking / VI: Assertions và mocking -->
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Moq" Version="4.20.72" />
<!-- EN: bUnit — Blazor component testing / VI: bUnit — test component Blazor -->
<PackageReference Include="bunit" Version="1.37.8" />
<!-- EN: MudBlazor for component rendering in tests / VI: MudBlazor để render component trong tests -->
<PackageReference Include="MudBlazor" Version="8.15.0" />
<!-- EN: Coverage / VI: Coverage -->
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<!-- EN: Reference Shared + Client projects for types and services / VI: Tham chiếu dự án Shared + Client -->
<ProjectReference Include="..\..\src\WebClientTpos.Shared\WebClientTpos.Shared.csproj" />
<ProjectReference Include="..\..\src\WebClientTpos.Client\WebClientTpos.Client.csproj" />
</ItemGroup>
</Project>