Skip to content

Commit 67f021d

Browse files
authoredJul 17, 2022
Merge pull request #371 from vanillajonathan/patch-1
Target net6.0 only for unit test
2 parents 07a8058 + 01d4ae0 commit 67f021d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/HtmlSanitizer.Tests/HtmlSanitizer.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net472</TargetFrameworks>
4+
<TargetFramework>net6.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<AssemblyName>HtmlSanitizer.Tests</AssemblyName>
77
<PackageId>HtmlSanitizer.Tests</PackageId>

0 commit comments

Comments
 (0)
Please sign in to comment.