2020-10-26 16:20:47 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Worker">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-10-29 16:09:56 +02:00
|
|
|
<Company>Volodymyr Smirnov</Company>
|
|
|
|
<Product>MalwareMultiScan Scanner</Product>
|
|
|
|
<AssemblyVersion>1.0.0</AssemblyVersion>
|
|
|
|
<FileVersion>1.0.0</FileVersion>
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2020-10-26 16:20:47 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-10-29 16:09:56 +02:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.9" />
|
2020-10-26 16:20:47 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\MalwareMultiScan.Backends\MalwareMultiScan.Backends.csproj" />
|
2020-10-26 17:06:29 +02:00
|
|
|
</ItemGroup>
|
2020-10-26 16:20:47 +02:00
|
|
|
</Project>
|