Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into thays_fix_49193
Browse files Browse the repository at this point in the history
* upstream/main: (83 commits)
  Fix a crash in llvm if the sreg of a setret is not set because the methods ends with a throw. (dotnet#49122)
  [macOS-arm64] Disable failing libraries tests (dotnet#49400)
  improve PriorityQueue documentation (dotnet#49392)
  [wasm] Fix debugger tests (dotnet#49206)
  [mono] Fix the emission of EnumEqualityComparer instances into the corlib AOT image. (dotnet#49402)
  jitutils M2M renaming reaction (dotnet#49430)
  WinHttpHandler: Read HTTP/2 trailing headers
  [RyuJIT] Make casthelpers cold for sealed classes (dotnet#49295)
  JIT: Non-void ThrowHelpers (dotnet#48589)
  Update package index for servicing (dotnet#49417)
  Remove unnecessary check on polymorphic serialization (dotnet#48464)
  Remove release build cron triggers from jitstress jobs (dotnet#49333)
  [main] Update dependencies from dotnet/arcade dotnet/llvm-project dotnet/runtime-assets (dotnet#49359)
  Implement AppleCryptoNative_X509GetRawData using SecCertificateCopyData
  [AndroidCrypto] Support a zero-length salt for HMACs. (dotnet#49384)
  Use managed implementation of pbkdf2 for Android's one-shot implementation. (dotnet#49314)
  Make 303 redirects do GET like Net Framework (dotnet#49095)
  Make sure event generation is incremental (dotnet#48903)
  Add amd and Surface arm64 perf runs (dotnet#49389)
  Enregister EH var that are single def (dotnet#47307)
  ...
  • Loading branch information
thaystg committed Mar 10, 2021
2 parents 39b5fe5 + e592aca commit 18f2c88
Show file tree
Hide file tree
Showing 431 changed files with 15,846 additions and 3,479 deletions.
2 changes: 1 addition & 1 deletion docs/coding-guidelines/coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ For other types of files (xml, bat, sh, etc), our current best guidance is consi

The general rule we follow is "use Visual Studio defaults".

1. We use [Allman style](http://en.wikipedia.org/wiki/Indent_style#Allman_style) braces, where each brace begins on a new line. A single line statement block can go without braces but the block must be properly indented on its own line and must not be nested in other statement blocks that use braces (See rule 17 for more details). One exception is that a `using` statement is permitted to be nested within another `using` statement by starting on the following line at the same indentation level, even if the nested `using` contains a controlled block.
1. We use [Allman style](http://en.wikipedia.org/wiki/Indent_style#Allman_style) braces, where each brace begins on a new line. A single line statement block can go without braces but the block must be properly indented on its own line and must not be nested in other statement blocks that use braces (See rule 18 for more details). One exception is that a `using` statement is permitted to be nested within another `using` statement by starting on the following line at the same indentation level, even if the nested `using` contains a controlled block.
2. We use four spaces of indentation (no tabs).
3. We use `_camelCase` for internal and private fields and use `readonly` where possible. Prefix internal and private instance fields with `_`, static fields with `s_` and thread static fields with `t_`. When used on static fields, `readonly` should come after `static` (e.g. `static readonly` not `readonly static`). Public fields should be used sparingly and should use PascalCasing with no prefix when used.
4. We avoid `this.` unless absolutely necessary.
Expand Down
2 changes: 1 addition & 1 deletion docs/design/features/covariant-return-methods.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Covariant Return Methods

Covariant return methods is a runtime feature designed to support the [covariant return types](https://github.com/dotnet/csharplang/blob/master/proposals/covariant-returns.md) and [records](https://github.com/dotnet/csharplang/blob/master/proposals/records.md) C# language features posed for C# 9.0.
Covariant return methods is a runtime feature designed to support the [covariant return types](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-9.0/covariant-returns.md) and [records](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-9.0/records.md) C# language features posed for C# 9.0.

This feature allows an overriding method to have a return type that is different than the one on the method it overrides, but compatible with it. The type compability rules are defined in ECMA I.8.7.1. Example: using a more derived return type.

Expand Down
160 changes: 80 additions & 80 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,69 +6,69 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.5.1-beta.21152.1">
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.5.1-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="6.0.0-beta.21152.1">
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="6.0.0-beta.21155.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f95dc73e2028d630d67b782c9dcccbe464cf9677</Sha>
<Sha>287fba3cbedce004fbd9823c268327960a69ca88</Sha>
</Dependency>
<Dependency Name="optimization.windows_nt-x64.IBC.CoreFx" Version="99.99.99-master-20200806.6">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
Expand All @@ -94,105 +94,105 @@
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>140434f7109d357d0158ade9e5164a4861513965</Sha>
</Dependency>
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="5.0.0-beta.21151.2">
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="5.0.0-beta.21159.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>ad3e62eb902b7ab02a12ea40d35e0d35e067afe3</Sha>
<Sha>c7c14818023404ed900360565f8289b8e14d9aa4</Sha>
</Dependency>
<Dependency Name="System.Drawing.Common.TestData" Version="5.0.0-beta.21151.2">
<Dependency Name="System.Drawing.Common.TestData" Version="5.0.0-beta.21159.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>ad3e62eb902b7ab02a12ea40d35e0d35e067afe3</Sha>
<Sha>c7c14818023404ed900360565f8289b8e14d9aa4</Sha>
</Dependency>
<Dependency Name="System.IO.Compression.TestData" Version="5.0.0-beta.21151.2">
<Dependency Name="System.IO.Compression.TestData" Version="5.0.0-beta.21159.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>ad3e62eb902b7ab02a12ea40d35e0d35e067afe3</Sha>
<Sha>c7c14818023404ed900360565f8289b8e14d9aa4</Sha>
</Dependency>
<Dependency Name="System.IO.Packaging.TestData" Version="5.0.0-beta.21151.2">
<Dependency Name="System.IO.Packaging.TestData" Version="5.0.0-beta.21159.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>ad3e62eb902b7ab02a12ea40d35e0d35e067afe3</Sha>
<Sha>c7c14818023404ed900360565f8289b8e14d9aa4</Sha>
</Dependency>
<Dependency Name="System.Net.TestData" Version="5.0.0-beta.21151.2">
<Dependency Name="System.Net.TestData" Version="5.0.0-beta.21159.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>ad3e62eb902b7ab02a12ea40d35e0d35e067afe3</Sha>
<Sha>c7c14818023404ed900360565f8289b8e14d9aa4</Sha>
</Dependency>
<Dependency Name="System.Private.Runtime.UnicodeData" Version="5.0.0-beta.21151.2">
<Dependency Name="System.Private.Runtime.UnicodeData" Version="5.0.0-beta.21159.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>ad3e62eb902b7ab02a12ea40d35e0d35e067afe3</Sha>
<Sha>c7c14818023404ed900360565f8289b8e14d9aa4</Sha>
</Dependency>
<Dependency Name="System.Runtime.TimeZoneData" Version="5.0.0-beta.21151.2">
<Dependency Name="System.Runtime.TimeZoneData" Version="5.0.0-beta.21159.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>ad3e62eb902b7ab02a12ea40d35e0d35e067afe3</Sha>
<Sha>c7c14818023404ed900360565f8289b8e14d9aa4</Sha>
</Dependency>
<Dependency Name="System.Security.Cryptography.X509Certificates.TestData" Version="5.0.0-beta.21151.2">
<Dependency Name="System.Security.Cryptography.X509Certificates.TestData" Version="5.0.0-beta.21159.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>ad3e62eb902b7ab02a12ea40d35e0d35e067afe3</Sha>
<Sha>c7c14818023404ed900360565f8289b8e14d9aa4</Sha>
</Dependency>
<Dependency Name="System.Windows.Extensions.TestData" Version="5.0.0-beta.21151.2">
<Dependency Name="System.Windows.Extensions.TestData" Version="5.0.0-beta.21159.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>ad3e62eb902b7ab02a12ea40d35e0d35e067afe3</Sha>
<Sha>c7c14818023404ed900360565f8289b8e14d9aa4</Sha>
</Dependency>
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="9.0.1-alpha.1.21151.1">
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="9.0.1-alpha.1.21158.1">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>380f74637f22577be108919689a6536b395b4a3e</Sha>
<Sha>121a29ab0b411db38efa6659307d86fe04aefcb8</Sha>
</Dependency>
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="9.0.1-alpha.1.21151.1">
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="9.0.1-alpha.1.21158.1">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>380f74637f22577be108919689a6536b395b4a3e</Sha>
<Sha>121a29ab0b411db38efa6659307d86fe04aefcb8</Sha>
</Dependency>
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="9.0.1-alpha.1.21151.1">
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="9.0.1-alpha.1.21158.1">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>380f74637f22577be108919689a6536b395b4a3e</Sha>
<Sha>121a29ab0b411db38efa6659307d86fe04aefcb8</Sha>
</Dependency>
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="9.0.1-alpha.1.21151.1">
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="9.0.1-alpha.1.21158.1">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>380f74637f22577be108919689a6536b395b4a3e</Sha>
<Sha>121a29ab0b411db38efa6659307d86fe04aefcb8</Sha>
</Dependency>
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="9.0.1-alpha.1.21151.1">
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="9.0.1-alpha.1.21158.1">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>380f74637f22577be108919689a6536b395b4a3e</Sha>
<Sha>121a29ab0b411db38efa6659307d86fe04aefcb8</Sha>
</Dependency>
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="9.0.1-alpha.1.21151.1">
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="9.0.1-alpha.1.21158.1">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>380f74637f22577be108919689a6536b395b4a3e</Sha>
<Sha>121a29ab0b411db38efa6659307d86fe04aefcb8</Sha>
</Dependency>
<Dependency Name="runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="9.0.1-alpha.1.21151.1">
<Dependency Name="runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="9.0.1-alpha.1.21158.1">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>380f74637f22577be108919689a6536b395b4a3e</Sha>
<Sha>121a29ab0b411db38efa6659307d86fe04aefcb8</Sha>
</Dependency>
<Dependency Name="runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="9.0.1-alpha.1.21151.1">
<Dependency Name="runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="9.0.1-alpha.1.21158.1">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>380f74637f22577be108919689a6536b395b4a3e</Sha>
<Sha>121a29ab0b411db38efa6659307d86fe04aefcb8</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="5.0.0-rc.1.20451.14">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>38017c3935de95d0335bac04f4901ddfc2718656</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHost" Version="6.0.0-preview.3.21151.2">
<Dependency Name="Microsoft.NETCore.DotNetHost" Version="6.0.0-preview.3.21157.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>3553284bea7b650874c8dcc3f78d6be085a047bb</Sha>
<Sha>acbbb505492244b4c07a4a368257ba86a1fc02e1</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostPolicy" Version="6.0.0-preview.3.21151.2">
<Dependency Name="Microsoft.NETCore.DotNetHostPolicy" Version="6.0.0-preview.3.21157.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>3553284bea7b650874c8dcc3f78d6be085a047bb</Sha>
<Sha>acbbb505492244b4c07a4a368257ba86a1fc02e1</Sha>
</Dependency>
<Dependency Name="runtime.native.System.IO.Ports" Version="6.0.0-preview.3.21151.2">
<Dependency Name="runtime.native.System.IO.Ports" Version="6.0.0-preview.3.21157.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>3553284bea7b650874c8dcc3f78d6be085a047bb</Sha>
<Sha>acbbb505492244b4c07a4a368257ba86a1fc02e1</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="6.0.0-preview.3.21151.2">
<Dependency Name="Microsoft.NETCore.ILAsm" Version="6.0.0-preview.3.21157.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>3553284bea7b650874c8dcc3f78d6be085a047bb</Sha>
<Sha>acbbb505492244b4c07a4a368257ba86a1fc02e1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.3.21151.2">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.3.21157.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>3553284bea7b650874c8dcc3f78d6be085a047bb</Sha>
<Sha>acbbb505492244b4c07a4a368257ba86a1fc02e1</Sha>
</Dependency>
<Dependency Name="System.Text.Json" Version="6.0.0-preview.3.21151.2">
<Dependency Name="System.Text.Json" Version="6.0.0-preview.3.21157.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>3553284bea7b650874c8dcc3f78d6be085a047bb</Sha>
<Sha>acbbb505492244b4c07a4a368257ba86a1fc02e1</Sha>
</Dependency>
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="6.0.0-preview.3.21151.2">
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="6.0.0-preview.3.21157.6">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>3553284bea7b650874c8dcc3f78d6be085a047bb</Sha>
<Sha>acbbb505492244b4c07a4a368257ba86a1fc02e1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.100-preview.2.21126.1">
<Uri>https://github.com/mono/linker</Uri>
Expand Down
Loading

0 comments on commit 18f2c88

Please sign in to comment.