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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-06 11:40:24 +0300
committerGitHub <noreply@github.com>2019-08-06 11:40:24 +0300
commit7ab3811b934779c0622f6343ab2b75d64099e3d0 (patch)
tree183d9ded0f1e3c06fd99283b7f6c8ead7dc3d325 /mcs/class/Mono.CompilerServices.SymbolWriter
parentd57f3f55f0d3fa09f60df346e238be95e02924e3 (diff)
Bump api-doc-tools to latest master (#16035)
* Bump api-doc-tools to latest master Disable building mdoc.exe in mcs mode since it no longer builds because of new C# features. * Fix mcs build by disabling more mdoc invocations * Bump monodroid_tools to compile against v4.7 reference assemblies mdoc needs ValueTuple which is not in v4.6. * [csproj] Update project files
Diffstat (limited to 'mcs/class/Mono.CompilerServices.SymbolWriter')
-rw-r--r--mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj
index f205e361564..4ff608bf186 100644
--- a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj
+++ b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj
@@ -89,14 +89,14 @@
<ProjectReference Include="../corlib/corlib.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Platform)' == 'monodroid_tools' ">
- <Reference Include="./../../../external/binary-reference-assemblies/v4.6/System.dll">
+ <Reference Include="./../../../external/binary-reference-assemblies/v4.7/System.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>./../../../external/binary-reference-assemblies/v4.6/System.dll</HintPath>
+ <HintPath>./../../../external/binary-reference-assemblies/v4.7/System.dll</HintPath>
<Private>False</Private>
</Reference>
- <Reference Include="./../../../external/binary-reference-assemblies/v4.6/mscorlib.dll">
+ <Reference Include="./../../../external/binary-reference-assemblies/v4.7/mscorlib.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>./../../../external/binary-reference-assemblies/v4.6/mscorlib.dll</HintPath>
+ <HintPath>./../../../external/binary-reference-assemblies/v4.7/mscorlib.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>