We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61008c6 commit db2df21Copy full SHA for db2df21
1 file changed
test/HtmlSanitizer.Tests/HtmlSanitizer.Tests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>netcoreapp2.2;net46</TargetFrameworks>
+ <TargetFrameworks>net5.0;net46</TargetFrameworks>
5
<AssemblyName>HtmlSanitizer.Tests</AssemblyName>
6
<PackageId>HtmlSanitizer.Tests</PackageId>
7
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
@@ -19,8 +19,6 @@
19
</PropertyGroup>
20
21
<ItemGroup>
22
- <Reference Include="System" />
23
- <Reference Include="System.Net" />
24
<ProjectReference Include="..\..\src\HtmlSanitizer\HtmlSanitizer.csproj" />
25
</ItemGroup>
26
0 commit comments