mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 13:32:22 +00:00
Bumps [Hangfire.AspNetCore](https://github.com/HangfireIO/Hangfire) from 1.7.17 to 1.7.18. - [Release notes](https://github.com/HangfireIO/Hangfire/releases) - [Commits](https://github.com/HangfireIO/Hangfire/compare/v1.7.17...v1.7.18) Signed-off-by: dependabot[bot] <support@github.com>
31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<Company>Volodymyr Smirnov</Company>
|
|
<Product>MalwareMultiScan Api</Product>
|
|
<AssemblyVersion>1.5.0</AssemblyVersion>
|
|
<FileVersion>1.5.0</FileVersion>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Hangfire.AspNetCore" Version="1.7.18" />
|
|
<PackageReference Include="Hangfire.Redis.StackExchange" Version="1.8.4" />
|
|
<PackageReference Include="MongoDB.Driver" Version="2.11.4" />
|
|
<PackageReference Include="MongoDB.Driver.GridFS" Version="2.11.4" />
|
|
<PackageReference Include="YamlDotNet" Version="8.1.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MalwareMultiScan.Backends\MalwareMultiScan.Backends.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Update="Properties\launchSettings.json">
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
</Project>
|