2020-07-17 09:48:24 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-05-23 04:59:42 +02:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2020-07-17 09:48:24 +02:00
|
|
|
|
<AssemblyName>Teknik.ContentScanningService</AssemblyName>
|
|
|
|
|
<RootNamespace>Teknik.ContentScanningService</RootNamespace>
|
|
|
|
|
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;linux-arm;osx-x64</RuntimeIdentifiers>
|
|
|
|
|
<Configurations>Debug;Release;Test</Configurations>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-05-23 04:59:42 +02:00
|
|
|
|
<PackageReference Include="nClam" Version="6.0.1" />
|
2020-07-17 09:48:24 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Configuration\Configuration.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|