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-03-07 18:16:25 +0300
committerGitHub <noreply@github.com>2022-03-07 18:16:25 +0300
commit616995f9e382ed6ffbf9a333191d939a4bc4f7f4 (patch)
tree64e6cc66547fba36451cb17d316b02970115be5f
parent70728c51cf50e2149e1bcc93ab8bb4c4bfd441b1 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20220304.3 (#177)
[release/11.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 c553fb657994..b948e9fc90cd 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.22124.4">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22154.3">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>f7136626d0109856df867481219eb7366951985d</Sha>
+ <Sha>8ed47fcae6a5d2d40483ed81858f4ede8eab7ae2</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22124.4">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22154.3">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>f7136626d0109856df867481219eb7366951985d</Sha>
+ <Sha>8ed47fcae6a5d2d40483ed81858f4ede8eab7ae2</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22124.4">
+ <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22154.3">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>f7136626d0109856df867481219eb7366951985d</Sha>
+ <Sha>8ed47fcae6a5d2d40483ed81858f4ede8eab7ae2</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index ee65457eb0df..8affa9ef60bd 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -6,6 +6,6 @@
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
</PropertyGroup>
<PropertyGroup>
- <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22124.4</MicrosoftDotNetBuildTasksPackagingVersion>
+ <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22154.3</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
</Project>
diff --git a/global.json b/global.json
index 3e5401f017ff..f8f90d033170 100644
--- a/global.json
+++ b/global.json
@@ -3,8 +3,8 @@
"dotnet": "6.0.100"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22124.4",
- "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22124.4",
+ "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22154.3",
+ "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22154.3",
"Microsoft.Build.Traversal": "2.0.2"
}
}