IdentityShroud/IdentityShroud.Api.Tests/IdentityShroud.Api.Tests.csproj

34 lines
1.2 KiB
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2026-02-08 18:00:24 +01:00
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="NSubstitute" />
<PackageReference Include="Testcontainers" />
<PackageReference Include="Testcontainers.PostgreSql" />
<PackageReference Include="xunit.runner.visualstudio" />
<PackageReference Include="xunit.v3" />
2026-02-08 18:00:24 +01:00
</ItemGroup>
<ItemGroup>
<Using Include="Xunit" />
<Using Include="NSubstitute" />
2026-02-08 18:00:24 +01:00
</ItemGroup>
2026-02-08 18:00:24 +01:00
<ItemGroup>
<ProjectReference Include="..\IdentityShroud.Api\IdentityShroud.Api.csproj" />
<ProjectReference Include="..\IdentityShroud.TestUtils\IdentityShroud.TestUtils.csproj" />
2026-02-08 18:00:24 +01:00
</ItemGroup>
</Project>