2020-10-22 22:20:21 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-10-29 16:09:56 +02:00
|
|
|
<Company>Volodymyr Smirnov</Company>
|
|
|
|
<Product>MalwareMultiScan Api</Product>
|
2020-10-29 16:38:24 +02:00
|
|
|
<AssemblyVersion>1.0.2</AssemblyVersion>
|
|
|
|
<FileVersion>1.0.2</FileVersion>
|
2020-10-29 16:09:56 +02:00
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2020-10-22 22:20:21 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-10-23 11:11:19 +03:00
|
|
|
<ItemGroup>
|
|
|
|
<None Update="backends.yaml">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="MongoDB.Driver" Version="2.11.3" />
|
|
|
|
<PackageReference Include="MongoDB.Driver.GridFS" Version="2.11.3" />
|
|
|
|
<PackageReference Include="YamlDotNet" Version="8.1.2" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2020-10-25 16:11:36 +02:00
|
|
|
<ItemGroup>
|
2020-10-26 17:06:29 +02:00
|
|
|
<ProjectReference Include="..\MalwareMultiScan.Backends\MalwareMultiScan.Backends.csproj" />
|
2020-10-25 16:11:36 +02:00
|
|
|
</ItemGroup>
|
2020-10-22 22:20:21 +03:00
|
|
|
</Project>
|