mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 05:22: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>
20 lines
975 B
XML
20 lines
975 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<Company>Volodymyr Smirnov</Company>
|
|
<Product>MalwareMultiScan Shared</Product>
|
|
<AssemblyVersion>1.5.0</AssemblyVersion>
|
|
<FileVersion>1.5.0</FileVersion>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Consul" Version="1.6.1.1" />
|
|
<PackageReference Include="Hangfire.AspNetCore" Version="1.7.18" />
|
|
<PackageReference Include="Hangfire.Redis.StackExchange" Version="1.8.4" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.9" />
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.9" />
|
|
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.9" />
|
|
</ItemGroup>
|
|
</Project>
|