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>2022-11-09 21:26:11 +0300
committerGitHub <noreply@github.com>2022-11-09 21:26:11 +0300
commit972c752f899206567c28e5d2ad02664f66b38788 (patch)
tree38e698d4638c47cdd9e12d3ca5513b939c823336
parent5b65c9c8b3a9c24877b2816b7ef71ade10fadd3f (diff)
Update dependencies from https://github.com/dotnet/arcade build 20221108.4 (#313)dotnet/release/7.0
[dotnet/release/7.0] Update dependencies from dotnet/arcade
-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"
}
}