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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Boemer <sbomer@gmail.com>2022-08-10 00:24:47 +0300
committerGitHub <noreply@github.com>2022-08-10 00:24:47 +0300
commited5e18d518298448d298fde40c7113d51701162b (patch)
treedec42222246ebfc32474b9f1854eb49481bd5f55
parentd9aebf322b9dd6dcea16576d886bffbbe15e902f (diff)
Pin compiler version to fix build (#2958)
fe3a96424d28fb5b1eee4ca8c7e1713aa37247a4 and d9aebf322b9dd6dcea16576d886bffbbe15e902f together broke the build because we are referencing a version of the compiler package greater than that used to compile the project. This uses the same version for both.
-rw-r--r--eng/Versions.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index da0fd6ac2..ea29c2eae 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -7,6 +7,7 @@
<PatchVersion>100</PatchVersion>
<!-- Use an unchanging prerelease label so it doesn't need to be updated. -->
<PreReleaseVersionLabel>1</PreReleaseVersionLabel>
+ <UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
</PropertyGroup>
<PropertyGroup>
<!-- ilasm -->
@@ -21,6 +22,7 @@
<MicrosoftDotNetCodeAnalysisVersion>6.0.0-beta.21271.1</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftCodeAnalysisCSharpCodeStyleVersion>3.10.0-2.final</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
<MicrosoftCodeAnalysisVersion>4.4.0-2.22379.3</MicrosoftCodeAnalysisVersion>
+ <MicrosoftNetCompilersToolsetVersion>$(MicrosoftCodeAnalysisVersion)</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpAnalyzerTestingXunitVersion>1.0.1-beta1.*</MicrosoftCodeAnalysisCSharpAnalyzerTestingXunitVersion>
<MicrosoftCodeAnalysisBannedApiAnalyzersVersion>3.3.2</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
<!-- This controls the version of the cecil package, or the version of cecil in the project graph