الملفات
wonders-app/integrationTestes/integrationTestes.csproj
2025-10-25 20:55:51 +03:00

38 أسطر
1.3 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<PreserveCompilationContext>true</PreserveCompilationContext>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ShadowCopy>false</ShadowCopy>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.21" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\Ghaymah.WondersAPI.csproj" />
<!-- انسخ ملف deps.json -->
<None Include="..\src\bin\Debug\net8.0\Ghaymah.WondersAPI.deps.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Link>testhost.deps.json</Link>
</None>
<!-- انسخ ملف runtimeconfig.json -->
<None Include="..\src\bin\Debug\net8.0\Ghaymah.WondersAPI.runtimeconfig.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>