2021-08-11 16:56:27 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
2023-10-02 11:25:45 -04:00
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
2021-08-11 17:05:56 -04:00
|
|
|
<Copyright>Powered Softwares Inc.</Copyright>
|
|
|
|
<PackageIconUrl>https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;r=g&amp;d=retro</PackageIconUrl>
|
|
|
|
<Company>PoweredSoft</Company>
|
|
|
|
<Authors>PoweredSoft Team</Authors>
|
2021-08-11 16:56:27 -04:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-10-02 11:25:45 -04:00
|
|
|
<PackageReference Include="FluentValidation" Version="10.4.0" />
|
2021-08-11 16:56:27 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\PoweredSoft.CQRS\PoweredSoft.CQRS.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|