Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.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-07-28 14:49:34 +0300
committerGitHub <noreply@github.com>2022-07-28 14:49:34 +0300
commit65e21d78731ae5825b3921a870221fbc8fdeee67 (patch)
tree3225fa1f854c198c4b64920b71beece030230b1b /eng/Version.Details.xml
parentf09bacf09ef10b61cf9f19825f8782171a816dab (diff)
[main] Update dependencies from dotnet/arcade (#2884)
[main] Update dependencies from dotnet/arcade - Bump to 7.0 preview6 sdk Fixes the dotnet-format issue. - Use TryGetValue instead of ContainsKey for Dictionary Fixes "error CA1854: Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup" - Seal classes to fix CA1852 - Add 7.0 P6 runtime - Upgrade SDK to nightly Preview 7 to get a fix for dotnet test bug
Diffstat (limited to 'eng/Version.Details.xml')
-rw-r--r--eng/Version.Details.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 634be9321..2628fbec5 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,14 +3,14 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22327.2">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22372.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>a264eb13fea14125f3ef8d4056586cd66fa55309</Sha>
+ <Sha>11672d906390046e77a34b6406d9e02229fd7e45</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
- <Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.22327.2">
+ <Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.22372.1">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>a264eb13fea14125f3ef8d4056586cd66fa55309</Sha>
+ <Sha>11672d906390046e77a34b6406d9e02229fd7e45</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-rc.1.22374.4">
<Uri>https://github.com/dotnet/runtime</Uri>