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>2021-12-20 18:29:41 +0300
committerGitHub <noreply@github.com>2021-12-20 18:29:41 +0300
commitedc9e3ca37c33bb2f3a86fbf80519c4020d97a1f (patch)
tree8d0d133b6d1204cd6bc3161142058d388d68a750
parentb534b55047f45d1724d0830539d90578b1620662 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20211217.4 (#150)
[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 43a617fff5fb..17ea93312d2b 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.21610.4">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21617.4">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>18adc5b47acce8bb03948baf578fca442d1029d4</Sha>
+ <Sha>78659a1d4831ce9d62ea817fe13e4e2e70a52961</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.21610.4">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.21617.4">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>18adc5b47acce8bb03948baf578fca442d1029d4</Sha>
+ <Sha>78659a1d4831ce9d62ea817fe13e4e2e70a52961</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.21610.4">
+ <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.21617.4">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>18adc5b47acce8bb03948baf578fca442d1029d4</Sha>
+ <Sha>78659a1d4831ce9d62ea817fe13e4e2e70a52961</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index 9d7b030bb7ba..bcf690a4593e 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -6,6 +6,6 @@
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
</PropertyGroup>
<PropertyGroup>
- <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.21610.4</MicrosoftDotNetBuildTasksPackagingVersion>
+ <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.21617.4</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
</Project>
diff --git a/global.json b/global.json
index fb2d2c89b439..dbd623c907ff 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.21610.4",
- "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21610.4",
+ "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21617.4",
+ "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21617.4",
"Microsoft.Build.Traversal": "2.0.2"
}
}