17 lines
531 B
XML
17 lines
531 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>netstandard2.1</TargetFramework>
|
||
|
<PackageIconUrl>https://avatars.githubusercontent.com/u/52874619?v=4</PackageIconUrl>
|
||
|
<Authors>David Lebee, Mathias Beaulieu-Duncan</Authors>
|
||
|
<LangVersion>default</LangVersion>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="FluentValidation" Version="10.4.0" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\OpenHarbor.CQRS\OpenHarbor.CQRS.csproj" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|