Skip to content

Commit ca3931a

Browse files
committed
Update NuGet packages
1 parent dbf7d5d commit ca3931a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/HtmlSanitizer/HtmlSanitizer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>Cleans HTML from constructs that can be used for cross-site scripting (XSS)</Description>
@@ -46,7 +46,7 @@
4646
</ItemGroup>
4747

4848
<ItemGroup Condition="'$(TargetFramework)' == 'net462' Or '$(TargetFramework)' == 'net47' Or '$(TargetFramework)' == 'netstandard2.0'">
49-
<PackageReference Include="System.Collections.Immutable" Version="9.0.1" />
49+
<PackageReference Include="System.Collections.Immutable" Version="10.0.0" />
5050
</ItemGroup>
5151

5252
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">

test/HtmlSanitizer.Benchmark/HtmlSanitizer.Benchmark.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
17+
<PackageReference Include="BenchmarkDotNet" Version="0.15.6" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

test/HtmlSanitizer.Tests/HtmlSanitizer.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -31,8 +31,8 @@
3131
<PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3333
</PackageReference>
34-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
35-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
34+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
35+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
3636
<PrivateAssets>all</PrivateAssets>
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3838
</PackageReference>
@@ -42,7 +42,7 @@
4242
</PackageReference>
4343
<PackageReference Include="xunit" Version="2.9.3" />
4444
<PackageReference Include="System.Text.Encoding.CodePages">
45-
<Version>9.0.1</Version>
45+
<Version>10.0.0</Version>
4646
</PackageReference>
4747
</ItemGroup>
4848

0 commit comments

Comments
 (0)