-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXtremeIdiots.Portal.Repository.Api.Client.Testing.csproj
More file actions
35 lines (30 loc) · 1.71 KB
/
XtremeIdiots.Portal.Repository.Api.Client.Testing.csproj
File metadata and controls
35 lines (30 loc) · 1.71 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net9.0;net10.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>XtremeIdiots.Portal.Repository.Api.Client.Testing</PackageId>
<Product>XtremeIdiots Portal</Product>
<Title>XtremeIdiots Portal Repository API Client Testing</Title>
<Description>Test helpers for consumer apps: in-memory fakes of IRepositoryApiClient, DTO factory methods, and DI extensions for integration tests.</Description>
<PackageProjectUrl>https://github.com/frasermolyneux/portal-repository</PackageProjectUrl>
<RepositoryUrl>https://github.com/frasermolyneux/portal-repository</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MX.Api.Abstractions" Version="2.3.31" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.7" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\XtremeIdiots.Portal.Repository.Abstractions.V1\XtremeIdiots.Portal.Repository.Abstractions.V1.csproj" />
<ProjectReference Include="..\XtremeIdiots.Portal.Repository.Abstractions.V2\XtremeIdiots.Portal.Repository.Abstractions.V2.csproj">
<Aliases>V2Abstractions</Aliases>
</ProjectReference>
<ProjectReference Include="..\XtremeIdiots.Portal.Repository.Api.Client.V1\XtremeIdiots.Portal.Repository.Api.Client.V1.csproj" />
<ProjectReference Include="..\XtremeIdiots.Portal.Repository.Api.Client.V2\XtremeIdiots.Portal.Repository.Api.Client.V2.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>