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-09-13 16:37:49 +0300
committerGitHub <noreply@github.com>2021-09-13 16:37:49 +0300
commit35de2c8bd7ac4070a7524aeef4e4ada58452949b (patch)
tree5b0d9299f85223cf8db7559005d058349f13ae2d
parentdc144c4a14db86c13779dc43def5bfa50af5a0c7 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20210909.5 (#132)
[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 0bba23048979..12afccbb4a8c 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.21453.2">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21459.5">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>0ec8dbacaefa7ccdb4bc96e120e07dc60c6eda98</Sha>
+ <Sha>fa4a48044d33222537e6dbd000f8a2adaa7a15c7</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.21453.2">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.21459.5">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>0ec8dbacaefa7ccdb4bc96e120e07dc60c6eda98</Sha>
+ <Sha>fa4a48044d33222537e6dbd000f8a2adaa7a15c7</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.21453.2">
+ <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.21459.5">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>0ec8dbacaefa7ccdb4bc96e120e07dc60c6eda98</Sha>
+ <Sha>fa4a48044d33222537e6dbd000f8a2adaa7a15c7</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index 8425b4df54e8..a8cda0e478fb 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -6,6 +6,6 @@
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
</PropertyGroup>
<PropertyGroup>
- <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.21453.2</MicrosoftDotNetBuildTasksPackagingVersion>
+ <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.21459.5</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
</Project>
diff --git a/global.json b/global.json
index ccbb6d1751b8..ebcf11b1074b 100644
--- a/global.json
+++ b/global.json
@@ -3,8 +3,8 @@
"dotnet": "6.0.100-rc.1.21430.12"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21453.2",
- "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21453.2",
+ "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21459.5",
+ "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21459.5",
"Microsoft.Build.Traversal": "2.0.2"
}
}