forked from collinbarrett/FilterLists
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump Hangfire.AspNetCore
Bumps [Hangfire.AspNetCore](https://github.com/HangfireIO/Hangfire) from 1.7.14 to 1.7.15. - [Release notes](https://github.com/HangfireIO/Hangfire/releases) - [Commits](HangfireIO/Hangfire@v1.7.14...v1.7.15) Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
89b34a5
commit 4b3782c
Showing
1 changed file
with
36 additions
and
36 deletions.
There are no files selected for viewing
72 changes: 36 additions & 36 deletions
72
...s/Archival/FilterLists.Archival.Infrastructure/FilterLists.Archival.Infrastructure.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<LangVersion>latest</LangVersion> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Authors>Collin M. Barrett</Authors> | ||
<Company>FilterLists</Company> | ||
<Product>FilterLists Archival</Product> | ||
<Description>The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.</Description> | ||
<Copyright>Copyright (c) 2020 Collin M. Barrett</Copyright> | ||
<RepositoryUrl>https://github.com/collinbarrett/FilterLists</RepositoryUrl> | ||
<PackageProjectUrl>https://filterlists.com</PackageProjectUrl> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Hangfire.AspNetCore" Version="1.7.14" /> | ||
<PackageReference Include="HangFire.Redis.StackExchange" Version="1.8.4" /> | ||
<PackageReference Include="LibGit2Sharp" Version="0.26.2" /> | ||
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="8.1.0" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="3.1.8" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\Directory\FilterLists.Directory.Api.Contracts\FilterLists.Directory.Api.Contracts.csproj" /> | ||
<ProjectReference Include="..\..\SharedKernel\FilterLists.SharedKernel.Logging\FilterLists.SharedKernel.Logging.csproj" /> | ||
<ProjectReference Include="..\FilterLists.Archival.Domain\FilterLists.Archival.Domain.csproj" /> | ||
</ItemGroup> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<LangVersion>latest</LangVersion> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Authors>Collin M. Barrett</Authors> | ||
<Company>FilterLists</Company> | ||
<Product>FilterLists Archival</Product> | ||
<Description>The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.</Description> | ||
<Copyright>Copyright (c) 2020 Collin M. Barrett</Copyright> | ||
<RepositoryUrl>https://github.com/collinbarrett/FilterLists</RepositoryUrl> | ||
<PackageProjectUrl>https://filterlists.com</PackageProjectUrl> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Hangfire.AspNetCore" Version="1.7.15" /> | ||
<PackageReference Include="HangFire.Redis.StackExchange" Version="1.8.4" /> | ||
<PackageReference Include="LibGit2Sharp" Version="0.26.2" /> | ||
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="8.1.0" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="3.1.8" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\Directory\FilterLists.Directory.Api.Contracts\FilterLists.Directory.Api.Contracts.csproj" /> | ||
<ProjectReference Include="..\..\SharedKernel\FilterLists.SharedKernel.Logging\FilterLists.SharedKernel.Logging.csproj" /> | ||
<ProjectReference Include="..\FilterLists.Archival.Domain\FilterLists.Archival.Domain.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |