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] <dotnet-maestro[bot]@users.noreply.github.com>2022-11-09 18:48:38 +0300
committerdotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2022-11-09 18:48:38 +0300
commit2009305301e684e77fc346cd959759e66c500841 (patch)
treefd60efd3b73ba9f1f763301611fa8c7cd35fa60a
parentf5c9f5bd2e4e96e1d6ad7deec82f8232e007e14a (diff)
Update dependencies from https://github.com/dotnet/arcade build 20221108.4darc-objwriter/release/7.0-2f6739d5-ba39-4486-b61d-d767fa70ff95
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.22514.3 -> To Version 7.0.0-beta.22558.4
-rw-r--r--eng/Version.Details.xml12
-rw-r--r--eng/Versions.props2
-rw-r--r--global.json6
3 files changed, 10 insertions, 10 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index c367cc4dd833..72b4d116cf0a 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.22531.4">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22558.4">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>e5703ddc4d3434bca1c86c9984a2162d9608093a</Sha>
+ <Sha>3f3c360819c5c092d0e4505a67dfe59a33fba557</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22531.4">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22558.4">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>e5703ddc4d3434bca1c86c9984a2162d9608093a</Sha>
+ <Sha>3f3c360819c5c092d0e4505a67dfe59a33fba557</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22531.4">
+ <Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22558.4">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>e5703ddc4d3434bca1c86c9984a2162d9608093a</Sha>
+ <Sha>3f3c360819c5c092d0e4505a67dfe59a33fba557</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/Versions.props b/eng/Versions.props
index 28555e48f33c..af2aae47c98e 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -6,6 +6,6 @@
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
</PropertyGroup>
<PropertyGroup>
- <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22531.4</MicrosoftDotNetBuildTasksPackagingVersion>
+ <MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22558.4</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
</Project>
diff --git a/global.json b/global.json
index 6db15706a4e3..9c87110a264b 100644
--- a/global.json
+++ b/global.json
@@ -1,10 +1,10 @@
{
"tools": {
- "dotnet": "7.0.100-rc.2.22477.23"
+ "dotnet": "7.0.100"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22531.4",
- "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22531.4",
+ "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22558.4",
+ "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22558.4",
"Microsoft.Build.Traversal": "2.0.34"
}
}