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-11-10 20:24:11 +0300
committerSven Boemer <sbomer@gmail.com>2022-11-10 20:24:11 +0300
commit5d7c11221f25025eafb94312cfe83c1a368aa4f4 (patch)
treeb5f9d1a63378d5489a94e4000261b25bb7ea9642
parent95c8595a007d161327b237513c912f413612e581 (diff)
Unpin compiler version and use net6.0 for ilasmdarc-release/7.0-498ece01-94fe-4605-8e70-f2f687a221b1
-rw-r--r--eng/Versions.props2
-rw-r--r--eng/ilasm.ilproj2
2 files changed, 1 insertions, 3 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index c441c8b5b..c6a852146 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -7,7 +7,6 @@
<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 -->
@@ -22,7 +21,6 @@
<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>
<MicrosoftILVerificationVersion>7.0.0-preview.7.22375.6</MicrosoftILVerificationVersion>
diff --git a/eng/ilasm.ilproj b/eng/ilasm.ilproj
index 3a11b2bfe..644755fce 100644
--- a/eng/ilasm.ilproj
+++ b/eng/ilasm.ilproj
@@ -4,7 +4,7 @@
project. -->
<PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<Target Name="CopyILAsmTool" DependsOnTargets="ResolveIlasmToolPaths" Condition="'$(MonoBuild)' == ''">