-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMX.Platform.Notifications.Api.Client.Testing.csproj
More file actions
32 lines (27 loc) · 1.46 KB
/
MX.Platform.Notifications.Api.Client.Testing.csproj
File metadata and controls
32 lines (27 loc) · 1.46 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net9.0;net10.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>MX.Platform.Notifications.Api.Client.Testing</PackageId>
<Product>Molyneux.IO Platform Notifications</Product>
<Title>Platform Notifications API Client Testing</Title>
<Description>Test helpers for consumer apps: in-memory fakes of INotificationsApiClient, DTO factory methods, and DI extensions for integration tests.</Description>
<PackageProjectUrl>https://github.com/frasermolyneux/platform-notifications</PackageProjectUrl>
<RepositoryUrl>https://github.com/frasermolyneux/platform-notifications</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>notifications;email;testing;fakes;test-helpers</PackageTags>
</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="..\MX.Platform.Notifications.Abstractions.V1\MX.Platform.Notifications.Abstractions.V1.csproj" />
<ProjectReference Include="..\MX.Platform.Notifications.Api.Client.V1\MX.Platform.Notifications.Api.Client.V1.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>