Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2019-10-14 18:19:22 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-14 18:19:22 +0300
commitcae52aa4a6592cd4ca29e528fb4f05a10b04c078 (patch)
treed59fd81c49849ee16a3956ea4bb89735195bb9d3 /mcs/class/System.Security
parent4e81814709b0ebbab4ed6e5bde22370b0fd5e4ac (diff)
[System.Net.Http] Clean up HttpMessageHandler setup (#17252)
* [System.Net.Http] Clean up HttpMessageHandler setup to avoid reflection and not to be recursive Superseded #15051 and #15922 * [csproj] Update project files
Diffstat (limited to 'mcs/class/System.Security')
-rw-r--r--mcs/class/System.Security/System.Security.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcs/class/System.Security/System.Security.csproj b/mcs/class/System.Security/System.Security.csproj
index 0c68242c1a8..dad6da662ae 100644
--- a/mcs/class/System.Security/System.Security.csproj
+++ b/mcs/class/System.Security/System.Security.csproj
@@ -1029,14 +1029,14 @@
<ProjectReference Include="../Mono.Security/Mono.Security.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Platform)' == 'wasm' ">
- <Reference Include="./../../../external/binary-reference-assemblies/build/monotouch/System.Numerics.dll">
+ <Reference Include="./../../../external/binary-reference-assemblies/build/monowasm/System.Numerics.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>./../../../external/binary-reference-assemblies/build/monotouch/System.Numerics.dll</HintPath>
+ <HintPath>./../../../external/binary-reference-assemblies/build/monowasm/System.Numerics.dll</HintPath>
<Private>False</Private>
</Reference>
- <Reference Include="./../../../external/binary-reference-assemblies/build/monotouch/System.Core.dll">
+ <Reference Include="./../../../external/binary-reference-assemblies/build/monowasm/System.Core.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>./../../../external/binary-reference-assemblies/build/monotouch/System.Core.dll</HintPath>
+ <HintPath>./../../../external/binary-reference-assemblies/build/monowasm/System.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<ProjectReference Include="../Mono.Security/Mono.Security.csproj" />