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] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2022-09-19 12:22:37 +0300
committerGitHub <noreply@github.com>2022-09-19 12:22:37 +0300
commitd0767b2fe29bee2009cc348e33ddb14e1dbd298b (patch)
tree5d1d4c1aa51f43d159e0b91f577f1dcfcb4bc826
parent369021a5df42374c0d4703767f1807b977c502c5 (diff)
[main] Update dependencies from dotnet/arcade (#3023)
[main] Update dependencies from dotnet/arcade
-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 41b9b5735..ba9135470 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="7.0.0-beta.22426.8">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22456.4">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>14df52bae2c74fc850a8c40fe68ea5be5cd30116</Sha>
+ <Sha>4f864b2841b3317bdfc516ead0ba6e7856fab575</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
- <Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.22426.8">
+ <Dependency Name="Microsoft.DotNet.ApiCompat" Version="8.0.0-beta.22456.4">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>14df52bae2c74fc850a8c40fe68ea5be5cd30116</Sha>
+ <Sha>4f864b2841b3317bdfc516ead0ba6e7856fab575</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rc.2.22428.3">
<Uri>https://github.com/dotnet/runtime</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 3c9f971c1..598e3dcbd 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -18,7 +18,7 @@
<SystemReflectionMetadataVersion>5.0.0</SystemReflectionMetadataVersion>
<MicrosoftBuildFrameworkVersion>17.0.0-preview-21267-01</MicrosoftBuildFrameworkVersion>
<MicrosoftBuildUtilitiesCoreVersion>17.0.0-preview-21267-01</MicrosoftBuildUtilitiesCoreVersion>
- <MicrosoftDotNetApiCompatVersion>7.0.0-beta.22426.8</MicrosoftDotNetApiCompatVersion>
+ <MicrosoftDotNetApiCompatVersion>8.0.0-beta.22456.4</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisVersion>6.0.0-beta.21271.1</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftCodeAnalysisCSharpCodeStyleVersion>3.10.0-2.final</MicrosoftCodeAnalysisCSharpCodeStyleVersion>
<MicrosoftCodeAnalysisVersion>4.4.0-1.final</MicrosoftCodeAnalysisVersion>
diff --git a/global.json b/global.json
index 9ce541350..2c0ae9e0c 100644
--- a/global.json
+++ b/global.json
@@ -9,7 +9,7 @@
"xcopy-msbuild": "17.2.1"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.8",
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22456.4",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "7.0.0-rc.2.22428.3"
}