Skip to content

Commit ec503f2

Browse files
committed
docs: add comment to clarify reference for HttpUtility.ParseQueryString in .NET47
1 parent b6d03b4 commit ec503f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Yubico.YubiKey/src/Yubico.YubiKey.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ limitations under the License. -->
138138

139139
</ItemGroup>
140140

141+
<!-- This is in order to use the HttpUtility.ParseQueryString in .NET47 -->
141142
<ItemGroup Condition="'$(TargetFramework)' == 'net47'">
142143
<Reference Include="System.Web" />
143144
</ItemGroup>

0 commit comments

Comments
 (0)