mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
core: bump AngleSharp and AspNetCore.DataProtection
This commit is contained in:
parent
f6d7cbf684
commit
212e2f24dc
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="AngleSharp" Version="1.0.1" />
|
||||
<PackageReference Include="AngleSharp" Version="1.1.2" />
|
||||
<PackageReference Include="AngleSharp.Xml" Version="1.0.0" />
|
||||
<PackageReference Include="Autofac" Version="6.5.0" />
|
||||
<PackageReference Include="AutoMapper" Version="10.1.1" />
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="FluentAssertions" Version="6.8.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="6.0.12" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="6.0.28" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
|
||||
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
|
||||
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
|
||||
|
|
Loading…
Add table
Reference in a new issue