-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbies.Conduit.Testing.E2E.csproj
More file actions
38 lines (31 loc) · 1.25 KB
/
Abies.Conduit.Testing.E2E.csproj
File metadata and controls
38 lines (31 loc) · 1.25 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsAspireHost>false</IsAspireHost>
</PropertyGroup>
<ItemGroup>
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Aspire.Hosting.Testing" Version="13.1.3" />
<PackageReference Include="coverlet.collector" Version="6.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="Microsoft.Playwright" Version="1.58.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
<ItemGroup>
<Using Include="Xunit" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Abies.AppHost\Abies.AppHost.csproj" />
<ProjectReference Include="..\Abies.Conduit.App\Abies.Conduit.App.csproj" />
<ProjectReference Include="..\Abies.Server.Kestrel\Abies.Server.Kestrel.csproj" />
</ItemGroup>
</Project>