ASCU_ALL/Test2/Test2.csproj

18 lines
422 B
XML
Raw Normal View History

2021-05-27 15:58:23 +05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="4.7.10" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.2" />
</ItemGroup>
<ItemGroup>
2021-05-28 20:51:55 +05:00
<ProjectReference Include="..\DataClient\DataClient.csproj" />
2021-05-27 15:58:23 +05:00
</ItemGroup>
</Project>