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-08-16 16:36:27 +0300
committerGitHub <noreply@github.com>2021-08-16 16:36:27 +0300
commitcea4a95e1505e737e768c8094d6aa880f5442ab7 (patch)
tree820676fa9d8a5314733c4927ee4ba03070085ec0
parent30296e71234ffb3eb8da789d36adf4db146e6602 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20210812.1 (#128)
[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 13a1c726768e..2e85c79bc8d4 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="6.0.0-beta.21406.6">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21412.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>382667fff0b58c362855a42c3529ba294fd0514c</Sha>
+ <Sha>58ac7035021bd7277ef7582338afd25403fc9aea</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21406.6">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21412.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>382667fff0b58c362855a42c3529ba294fd0514c</Sha>
+ <Sha>58ac7035021bd7277ef7582338afd25403fc9aea</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.21406.6">
+ <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.21412.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>382667fff0b58c362855a42c3529ba294fd0514c</Sha>
+ <Sha>58ac7035021bd7277ef7582338afd25403fc9aea</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index 121c600fc517..3de6da33f55b 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -6,6 +6,6 @@
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
</PropertyGroup>
<PropertyGroup>
- <MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.21406.6</MicrosoftDotNetBuildTasksPackagingVersion>
+ <MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.21412.1</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
</Project>
diff --git a/global.json b/global.json
index 13126756cefc..636db75bec22 100644
--- a/global.json
+++ b/global.json
@@ -3,8 +3,8 @@
"dotnet": "6.0.100-rc.1.21379.2"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21406.6",
- "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21406.6",
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21412.1",
+ "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21412.1",
"Microsoft.Build.Traversal": "2.0.2"
}
}