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:
-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 651139d71e2f..8a934f98a9ae 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.22225.6">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22255.2">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>5145e86df0c491e082b589aa31d69eea300adc02</Sha>
+ <Sha>ba1c3aff4be864c493031d989259ef92aaa23fc3</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22225.6">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22255.2">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>5145e86df0c491e082b589aa31d69eea300adc02</Sha>
+ <Sha>ba1c3aff4be864c493031d989259ef92aaa23fc3</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22225.6">
+ <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22255.2">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>5145e86df0c491e082b589aa31d69eea300adc02</Sha>
+ <Sha>ba1c3aff4be864c493031d989259ef92aaa23fc3</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index 48033479d291..517682d2dc6b 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -6,6 +6,6 @@
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
</PropertyGroup>
<PropertyGroup>
- <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22225.6</MicrosoftDotNetBuildTasksPackagingVersion>
+ <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22255.2</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
</Project>
diff --git a/global.json b/global.json
index b78c8452fd09..c112d2437217 100644
--- a/global.json
+++ b/global.json
@@ -3,8 +3,8 @@
"dotnet": "7.0.100-preview.2.22153.17"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22225.6",
- "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22225.6",
+ "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22255.2",
+ "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22255.2",
"Microsoft.Build.Traversal": "2.0.2"
}
}