Files
AIC-Project/Server/Auth.Tests/Auth.Tests.csproj
T
2026-07-10 10:24:29 +08:00

20 lines
774 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
</ItemGroup>
<ItemGroup>
<!-- AuthEndpointsTests 用 WebApplication/HttpClient 起真 Kestrel -->
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<ProjectReference Include="..\Auth\Auth.csproj" />
</ItemGroup>
</Project>