Skip to content

Commit

Permalink
chore: Update AngleSharp dependencies for net6 and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Feb 29, 2024
1 parent 20479f6 commit 5d4c799
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/bunit.web/bunit.web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="AngleSharp" Version="1.0.7" />
<PackageReference Include="AngleSharp.Css" Version="1.0.0-alpha-99" />
<PackageReference Include="AngleSharp" Version="1.1.0" />
<PackageReference Include="AngleSharp.Css" Version="1.0.0-beta.139" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="$(DotNet6Version)" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="$(DotNet6Version)" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="$(DotNet6Version)" />
Expand All @@ -55,8 +55,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="AngleSharp" Version="1.0.7" />
<PackageReference Include="AngleSharp.Css" Version="1.0.0-alpha-99" />
<PackageReference Include="AngleSharp" Version="1.1.0" />
<PackageReference Include="AngleSharp.Css" Version="1.0.0-beta.139" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="$(DotNet7Version)" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="$(DotNet7Version)" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="$(DotNet7Version)" />
Expand All @@ -66,8 +66,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="AngleSharp" Version="1.0.7" />
<PackageReference Include="AngleSharp.Css" Version="1.0.0-alpha-99" />
<PackageReference Include="AngleSharp" Version="1.1.0" />
<PackageReference Include="AngleSharp.Css" Version="1.0.0-beta.139" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="$(DotNet8Version)" />
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="$(DotNet8Version)" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="$(DotNet8Version)" />
Expand Down

0 comments on commit 5d4c799

Please sign in to comment.