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:
authorAndy Gocke <angocke@microsoft.com>2022-11-04 01:37:05 +0300
committerGitHub <noreply@github.com>2022-11-04 01:37:05 +0300
commit4be765525a1b45d28ab69a48f92e008b70a4e56e (patch)
treec6a276e814139cdf84a2d7ab9c63bcfaccb23762
parentccf997d834f2bae1ce5833c5a3f61ddca6795761 (diff)
Increase build versions again (#3100)release/6.0.x
Looks like the new builds weren't quite new enough. I tracked down the MSBuild reference and it looks like it's a transitive dependency on netstandard2.0 that's the problem. 17.2.2 should remove that dependency and still be supported for all net6.0 platforms.
-rw-r--r--eng/Versions.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index d23b73109..5947f0b6a 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -16,7 +16,7 @@
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETSdkILPackageVersion)</MicrosoftNETCoreILAsmVersion>
<!-- SRM version should match the SDK version at https://github.com/dotnet/sdk/blob/master/eng/Versions.props -->
<SystemReflectionMetadataVersion>5.0.0</SystemReflectionMetadataVersion>
- <MicrosoftBuildFrameworkVersion>17.0.0</MicrosoftBuildFrameworkVersion>
+ <MicrosoftBuildFrameworkVersion>17.2.2</MicrosoftBuildFrameworkVersion>
<MicrosoftDotNetApiCompatVersion>6.0.0-beta.22517.1</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisVersion>6.0.0-beta.21271.1</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftCodeAnalysisCSharpCodeStyleVersion>3.10.0-2.final</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
@@ -24,7 +24,7 @@
<MicrosoftCodeAnalysisCSharpAnalyzerTestingXunitVersion>1.0.1-beta1.*</MicrosoftCodeAnalysisCSharpAnalyzerTestingXunitVersion>
<MicrosoftCodeAnalysisBannedApiAnalyzersVersion>3.3.2</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
<MicrosoftNETTestSdkVersion>16.11.0</MicrosoftNETTestSdkVersion>
- <NuGetProtocolVersion>5.8.0</NuGetProtocolVersion>
+ <NuGetProtocolVersion>6.3.0</NuGetProtocolVersion>
<!-- This controls the version of the cecil package, or the version of cecil in the project graph
when we build the cecil submodule. The reference assembly package will depend on this version of cecil.
Keep this in sync with ProjectInfo.cs in the submodule. -->