Skip to content

Commit

Permalink
Merge pull request #498 from mganss/dependabot/nuget/System.Collectio…
Browse files Browse the repository at this point in the history
…ns.Immutable-8.0.0

Bump System.Collections.Immutable from 7.0.0 to 8.0.0
  • Loading branch information
mganss authored Nov 15, 2023
2 parents 64a7b56 + cda195e commit bd472c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HtmlSanitizer/HtmlSanitizer.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Cleans HTML from constructs that can be used for cross-site scripting (XSS)</Description>
Expand Down Expand Up @@ -41,7 +41,7 @@
<PackageReference Include="AngleSharp" Version="[0.17.1]" />
<PackageReference Include="AngleSharp.Css" Version="[0.17.0]" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net46'">
Expand Down

0 comments on commit bd472c3

Please sign in to comment.