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-06-07 16:12:40 +0300
committerGitHub <noreply@github.com>2021-06-07 16:12:40 +0300
commit082407628e1f7d691273e5a402d7bd8b256b9ac2 (patch)
treec03d3de35b046ac6f963c470730dbea706610614
parenta3ff327da9634da948e84d45df9e6beb64eb5c4c (diff)
Update dependencies from https://github.com/dotnet/arcade build 20210604.1 (#116)release/9.x
[release/9.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 374629951d86..a40c6c34679f 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.21278.1">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21304.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>b5ca0997b26992dcc4e55ec3d87d71000be295ce</Sha>
+ <Sha>85a65ea1fca1d0867f699fed44d191358270bf6a</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21278.1">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21304.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>b5ca0997b26992dcc4e55ec3d87d71000be295ce</Sha>
+ <Sha>85a65ea1fca1d0867f699fed44d191358270bf6a</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.21278.1">
+ <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.21304.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>b5ca0997b26992dcc4e55ec3d87d71000be295ce</Sha>
+ <Sha>85a65ea1fca1d0867f699fed44d191358270bf6a</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index cb8d3be3e4ba..2f3fd849f920 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -6,6 +6,6 @@
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
</PropertyGroup>
<PropertyGroup>
- <MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.21278.1</MicrosoftDotNetBuildTasksPackagingVersion>
+ <MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.21304.1</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
</Project>
diff --git a/global.json b/global.json
index c9a61c11455c..2f6c73d65582 100644
--- a/global.json
+++ b/global.json
@@ -3,8 +3,8 @@
"dotnet": "6.0.100-preview.3.21202.5"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21278.1",
- "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21278.1",
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21304.1",
+ "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21304.1",
"Microsoft.Build.Traversal": "2.0.2"
}
}