ASCU_ALL/Tests/Tests.csproj

19 lines
505 B
XML
Raw Normal View History

2020-09-04 12:49:15 +05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpZipLib" Version="1.2.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DataClients\DataClients.csproj" />
<ProjectReference Include="..\Mailing\Mailing.csproj" />
</ItemGroup>
</Project>