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:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2022-11-07 16:25:28 +0300
committerdotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2022-11-07 16:25:28 +0300
commit72d3dc6048436679f77eed03ad091c37e290d1b0 (patch)
treec72e628fc05de1ec8be7b22ea93a3b6c3d1cbd7b
parentf80229f27097b6ccd7b76ec489abb251247e5fb5 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20221031.5darc-release/6.0.x-1783eba3-be95-40ca-ab50-45418bc580a0
Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk From Version 6.0.0-beta.22517.1 -> To Version 6.0.0-beta.22531.5
-rw-r--r--eng/Version.Details.xml8
-rw-r--r--eng/Versions.props2
-rw-r--r--global.json2
3 files changed, 6 insertions, 6 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index c7a496e69..50ae288f5 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,14 +3,14 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22525.5">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22531.5">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>27f2df0aed469840fd47da3319d1b29e19e81e3c</Sha>
+ <Sha>ebe7fe2c2bd5143690e7150552562c9e44e3b0b5</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
- <Dependency Name="Microsoft.DotNet.ApiCompat" Version="6.0.0-beta.22525.5">
+ <Dependency Name="Microsoft.DotNet.ApiCompat" Version="6.0.0-beta.22531.5">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>27f2df0aed469840fd47da3319d1b29e19e81e3c</Sha>
+ <Sha>ebe7fe2c2bd5143690e7150552562c9e44e3b0b5</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-alpha.1.21524.4">
<Uri>https://github.com/dotnet/runtime</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 3e32cd7aa..720ef7dc0 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -17,7 +17,7 @@
<!-- 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>
- <MicrosoftDotNetApiCompatVersion>6.0.0-beta.22525.5</MicrosoftDotNetApiCompatVersion>
+ <MicrosoftDotNetApiCompatVersion>6.0.0-beta.22531.5</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisVersion>6.0.0-beta.21271.1</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftCodeAnalysisCSharpCodeStyleVersion>3.10.0-2.final</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
<MicrosoftCodeAnalysisVersion>3.10.0-2.final</MicrosoftCodeAnalysisVersion>
diff --git a/global.json b/global.json
index 3d71fbeb4..c32ef6856 100644
--- a/global.json
+++ b/global.json
@@ -3,7 +3,7 @@
"dotnet": "6.0.110"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22525.5",
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22531.5",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "7.0.0-alpha.1.21524.4"
}