File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 >
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'" >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
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 >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
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 >
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
You can’t perform that action at this time.
0 commit comments