COA.EnterpriseServices/COA.EnterpriseServices.Creditors/COA.EnterpriseServices.Creditors.csproj

13 lines
346 B
XML
Raw Normal View History

2020-10-14 21:25:05 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
2020-10-15 12:48:11 +00:00
<AssemblyName>COA.EnterpriseServices.Creditors</AssemblyName>
2020-10-14 21:25:05 +00:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\COA.EnterpriseServices.DataAccess\COA.EnterpriseServices.DataAccess.csproj" />
</ItemGroup>
2020-10-14 21:25:05 +00:00
</Project>