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

github.com/dotnet/llvm-project.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-05 15:57:05 +0300
committerGitHub <noreply@github.com>2022-09-05 15:57:05 +0300
commit539f8acdf31763de21a58cd92736d0ce2adb6de6 (patch)
tree9537ba7d29141cdb2d52d54b1ef88252a4896d4a
parentce127716e4d7e310739a1cd8fbd45f3552a3a62b (diff)
Update dependencies from https://github.com/dotnet/arcade build 20220902.1 (#266)
[objwriter/12.x] Update dependencies from dotnet/arcade
-rw-r--r--eng/Version.Details.xml12
-rw-r--r--eng/Versions.props2
-rw-r--r--global.json4
3 files changed, 9 insertions, 9 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index c11f56f2e2a8..149fa0ebc9a7 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,17 +3,17 @@
<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.22452.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>14df52bae2c74fc850a8c40fe68ea5be5cd30116</Sha>
+ <Sha>87531ff8de2e6501ff85973c9af44953a2c5b687</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22426.8">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.22452.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>14df52bae2c74fc850a8c40fe68ea5be5cd30116</Sha>
+ <Sha>87531ff8de2e6501ff85973c9af44953a2c5b687</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22426.8">
+ <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="8.0.0-beta.22452.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>14df52bae2c74fc850a8c40fe68ea5be5cd30116</Sha>
+ <Sha>87531ff8de2e6501ff85973c9af44953a2c5b687</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index d16d97bef4b7..5a8d4b1622f1 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -6,6 +6,6 @@
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
</PropertyGroup>
<PropertyGroup>
- <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22426.8</MicrosoftDotNetBuildTasksPackagingVersion>
+ <MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.22452.1</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
</Project>
diff --git a/global.json b/global.json
index 01e43a7b2063..9a426a21b0c3 100644
--- a/global.json
+++ b/global.json
@@ -3,8 +3,8 @@
"dotnet": "7.0.100-preview.7.22377.5"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.8",
- "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22426.8",
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22452.1",
+ "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22452.1",
"Microsoft.Build.Traversal": "2.0.34"
}
}