added System.Net.Http reference for implicit global usings

This commit is contained in:
alterNERDtive 2022-07-12 23:17:03 +02:00
parent cf17e985ff
commit dbfe38dd4d
No known key found for this signature in database
GPG key ID: 9656B56456F5FCD7
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="System.Net.Http" />
<Reference Include="VoiceAttack">
<HintPath>C:\Program Files\VoiceAttack\VoiceAttack.exe</HintPath>
<Private>False</Private>

View file

@ -43,6 +43,7 @@
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Net.Http" />
<Reference Include="VoiceAttack">
<HintPath>C:\Program Files\VoiceAttack\VoiceAttack.exe</HintPath>
<Private>False</Private>