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-28 17:13:41 +0300
committerGitHub <noreply@github.com>2022-03-28 17:13:41 +0300
commit3c3aebe3fff00bf4dd473e38d5295e10ab47726b (patch)
tree6a89aa09e376aa02150c3a152ff1de9e72a3b352
parent7f00c63a4c31ae647c7fd0525d1dd2a72afb2e9b (diff)
Update dependencies from https://github.com/dotnet/arcade build 20220321.2 (#183)
[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 8110e849b8cb..69648de394cc 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.22168.2">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22171.2">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>bafd55901b50d6fc3507c8ed96a7777fcca1796f</Sha>
+ <Sha>c8a95297e2622251c125aa5c0ef7c822275a792d</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22168.2">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22171.2">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>bafd55901b50d6fc3507c8ed96a7777fcca1796f</Sha>
+ <Sha>c8a95297e2622251c125aa5c0ef7c822275a792d</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22168.2">
+ <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22171.2">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>bafd55901b50d6fc3507c8ed96a7777fcca1796f</Sha>
+ <Sha>c8a95297e2622251c125aa5c0ef7c822275a792d</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index 46ff632b565b..796937d9307a 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -6,6 +6,6 @@
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
</PropertyGroup>
<PropertyGroup>
- <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22168.2</MicrosoftDotNetBuildTasksPackagingVersion>
+ <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22171.2</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
</Project>
diff --git a/global.json b/global.json
index dba8e98a02c0..47b128cd9c5b 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.22168.2",
- "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22168.2",
+ "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22171.2",
+ "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22171.2",
"Microsoft.Build.Traversal": "2.0.2"
}
}