1. 26 2月, 2021 1 次提交
    • D
      [master] Update dependencies from dotnet/xharness dotnet/arcade (#48808) · c8fa28e2
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/xharness build 20210226.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21125.1 -> To Version 1.0.0-prerelease.21126.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210226.2
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21125.1 -> To Version 1.0.0-prerelease.21126.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210225.5
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21120.1 -> To Version 6.0.0-beta.21125.5
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      c8fa28e2
  2. 25 2月, 2021 1 次提交
    • V
      Remove duplicated ILLink PackageReference and update target version of the SDK to 6.0 (#48462) · 653b3103
      Viktor Hofer 提交于
      * Remove duplicated ILLink PackageReference
      
      The Arcade.SDK already package refrences the ILLink package. The
      duplicate reference in illink.targets caused SDK errors as the Arcade
      reference has IsImplicitlyDefined set which doesn't allow an additional
      reference with the same identity.
      
      Also, as the ILLink package already exposes the path to the assembly via
      its props file, using that instead of manually constructing the path to
      the assembly.
      
      The SDK target version update is required as the sequencing of the
      ILLink.props file was wrong and is required for this change. This isn't
      considered a breaking change, as the SDK's minimum required version
      isn't changed.
      
      * Update arcade dependencies
      
      * Remove NuGet pack tasks pkgref
      
      * Add mega hack workaround
      
      * Remove KnownFrameworkReference items
      
      * Don't hardcode SDK value in helix submission...
      
      * Update runtimeConfiguration.targets
      
      * Fix double publishing error in mobile tests
      
      * Set DotNetCliVersion to right version for aspnetcoreruntime
      
      * Update sendtohelixhelp.proj
      
      * Update sendtohelixhelp.proj
      Co-authored-by: NSantiago Fernandez Madero <safern@microsoft.com>
      653b3103
  3. 23 2月, 2021 2 次提交
  4. 16 2月, 2021 1 次提交
  5. 12 2月, 2021 1 次提交
  6. 09 2月, 2021 1 次提交
  7. 08 2月, 2021 1 次提交
    • A
      Single Transport Package for aspnetcore (#47684) · a66b4e3b
      Anirudh Agnihotry 提交于
      * Adding non ectensions library to transport package and moving transport package to all config leg
      
      * update servicing policy doc
      
      * change name from Microsoft.Extensions.Internal.Transport -> Microsoft.AspNetCore.Internal.Transport
      
      * make isAspnetCore property explicit
      
      * csproj to proj change
      
      * remove non used extensions assemblies from transport package
      
      * Update Directory.Build.props
      a66b4e3b
  8. 07 2月, 2021 1 次提交
    • D
      [master] Update dependencies from dotnet/arcade (#47952) · 78ff0449
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20210205.5
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21101.7 -> To Version 6.0.0-beta.21105.5
      
      * Fix xunit analyzer warning in SharedArrayBufferTests.cs
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NStephen Toub <stoub@microsoft.com>
      78ff0449
  9. 04 2月, 2021 1 次提交
    • D
      [master] Update dependencies from dotnet/xharness dotnet/runtime-assets dotnet/arcade (#47797) · 076ad645
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20210202.1
      
      System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 5.0.0-beta.21062.1 -> To Version 5.0.0-beta.21102.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210201.7
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21081.1 -> To Version 6.0.0-beta.21101.7
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210203.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21102.1 -> To Version 1.0.0-prerelease.21103.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      076ad645
  10. 03 2月, 2021 1 次提交
    • D
      [master] Update dependencies from dotnet/icu dotnet/arcade dotnet/runtime... · 3bc78402
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from dotnet/icu dotnet/arcade dotnet/runtime dotnet/llvm-project dotnet/xharness (#47762)
      
      * Update dependencies from https://github.com/dotnet/icu build 20210118.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-alpha.1.21061.1 -> To Version 6.0.0-alpha.1.21068.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210118.2
      
      Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.GenAPI , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.GenFacades , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk
       From Version 2.5.1-beta.21062.10 -> To Version 2.5.1-beta.21068.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210119.2
      
      Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.GenAPI , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.GenFacades , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk
       From Version 2.5.1-beta.21068.2 -> To Version 2.5.1-beta.21069.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210121.2
      
      Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.GenAPI , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.GenFacades , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk
       From Version 2.5.1-beta.21069.2 -> To Version 2.5.1-beta.21071.2
      
      * Update dependencies from https://github.com/dotnet/runtime build 20210124.3
      
      Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , Microsoft.NET.Sdk.IL , System.Runtime.CompilerServices.Unsafe , System.Text.Json
       From Version 6.0.0-preview.2.21076.5 -> To Version 6.0.0-preview.1.21074.3
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210125.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21068.3 -> To Version 1.0.0-prerelease.21075.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210125.2
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21075.1 -> To Version 1.0.0-prerelease.21075.2
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210126.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21075.2 -> To Version 1.0.0-prerelease.21076.1
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20210125.1
      
      runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.21068.1 -> To Version 9.0.1-alpha.1.21075.1
      
      * Update dependencies from https://github.com/dotnet/icu build 20210125.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-alpha.1.21068.1 -> To Version 6.0.0-alpha.1.21075.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210122.6
      
      Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.GenAPI , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.GenFacades , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk
       From Version 2.5.1-beta.21071.2 -> To Version 2.5.1-beta.21072.6
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210126.2
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21076.1 -> To Version 1.0.0-prerelease.21076.2
      
      * Update dependencies from https://github.com/dotnet/icu build 20210126.3
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-alpha.1.21075.1 -> To Version 6.0.0-preview.2.21076.3
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210126.1
      
      Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.GenAPI , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.GenFacades , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk
       From Version 2.5.1-beta.21072.6 -> To Version 2.5.1-beta.21076.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210128.12
      
      Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.GenAPI , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.GenFacades , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk
       From Version 2.5.1-beta.21076.1 -> To Version 2.5.1-beta.21078.12
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210131.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21076.2 -> To Version 1.0.0-prerelease.21081.1
      
      * Update dependencies from https://github.com/dotnet/runtime build 20210201.2
      
      Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , Microsoft.NET.Sdk.IL , System.Runtime.CompilerServices.Unsafe , System.Text.Json
       From Version 6.0.0-preview.1.21074.3 -> To Version 6.0.0-preview.2.21101.2
      
      * Update dependencies from https://github.com/dotnet/icu build 20210201.12
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-preview.2.21076.3 -> To Version 6.0.0-preview.2.21101.12
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20210201.1
      
      runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.21075.1 -> To Version 9.0.1-alpha.1.21101.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20210131.1
      
      Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk
       From Version 6.0.0-beta.21078.12 -> To Version 6.0.0-beta.21081.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20210202.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.21068.3 -> To Version 1.0.0-prerelease.21102.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      3bc78402
  11. 30 1月, 2021 1 次提交
  12. 27 1月, 2021 1 次提交
  13. 19 1月, 2021 1 次提交
  14. 15 1月, 2021 2 次提交
  15. 12 1月, 2021 1 次提交
  16. 09 1月, 2021 1 次提交
  17. 05 1月, 2021 1 次提交
  18. 03 1月, 2021 1 次提交
    • D
      [master] Update dependencies from dotnet/xharness dotnet/llvm-project... · 05cb4b38
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from dotnet/xharness dotnet/llvm-project dotnet/icu dotnet/arcade (#46450)
      
      [master] Update dependencies from dotnet/xharness dotnet/llvm-project dotnet/icu dotnet/arcade
      
      
       - Merge branch 'master' into darc-master-471b4a40-3bef-4a13-b73c-02196b660069
      
       - Merge branch 'master' into darc-master-471b4a40-3bef-4a13-b73c-02196b660069
      05cb4b38
  19. 31 12月, 2020 1 次提交
  20. 29 12月, 2020 1 次提交
  21. 24 12月, 2020 1 次提交
  22. 22 12月, 2020 1 次提交
  23. 20 12月, 2020 3 次提交
  24. 18 12月, 2020 2 次提交
  25. 17 12月, 2020 1 次提交
    • D
      [master] Update dependencies from dotnet/icu dotnet/arcade dotnet/xharness... · b84a05bc
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from dotnet/icu dotnet/arcade dotnet/xharness dotnet/llvm-project (#46038)
      
      * Update dependencies from https://github.com/dotnet/xharness build 20201214.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20611.1 -> To Version 1.0.0-prerelease.20614.1
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20201214.1
      
      runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.20607.1 -> To Version 9.0.1-alpha.1.20614.1
      
      * Update dependencies from https://github.com/dotnet/icu build 20201214.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-alpha.1.20607.1 -> To Version 6.0.0-alpha.1.20614.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20201211.1
      
      Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20610.4 -> To Version 6.0.0-beta.20611.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20201215.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20611.1 -> To Version 1.0.0-prerelease.20615.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20201214.8
      
      Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20611.1 -> To Version 6.0.0-beta.20614.8
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NMarek Safar <marek.safar@gmail.com>
      b84a05bc
  26. 16 12月, 2020 1 次提交
    • D
      [master] Update dependencies from dotnet/runtime (#45387) · 44e62237
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/runtime build 20201130.7
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20580.7
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201201.3
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20601.3
      
      * Replace obsoleted json serializer option
      
      'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.'
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201202.2
      
      runtime.native.System.IO.Ports , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NETCore.ILAsm , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20602.2
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201203.3
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20603.3
      
      * Use PDFMT=PORTABLE option for ilproj
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201203.13
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20603.13
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201204.10
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20604.10
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201205.2
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20605.2
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201206.6
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20606.6
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201208.2
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20608.2
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201209.2
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20609.2
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201209.15
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20609.15
      
      * Add workaround for #45908
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201211.2
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20611.2
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201211.23
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20611.23
      
      * Update dependencies from https://github.com/dotnet/runtime build 20201212.4
      
      runtime.native.System.IO.Ports , Microsoft.NETCore.ILAsm , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NET.Sdk.IL , Microsoft.NETCore.DotNetHost , System.Text.Json
       From Version 5.0.0-alpha.1.19563.3 -> To Version 6.0.0-alpha.1.20612.4
      
      * Update versions
      
      * Remove PDBFMT option
      
      * Apply ilasm .locals workaround for more files
      
      See https://github.com/dotnet/runtime/issues/45908
      
      * Revert "Apply ilasm .locals workaround for more files"
      
      This reverts commit 54eb3ee53970b430b87ea2044475a2bbc872f20f.
      
      * Revert "Add workaround for #45908"
      
      This reverts commit 290631058301fc791d261395f436b3b875a003ca.
      
      * Update versions
      
      * Disable tests that fail on Mono due to https://github.com/dotnet/runtime/issues/46124Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NAlexander Köplinger <alex.koeplinger@outlook.com>
      Co-authored-by: NJan Kotas <jkotas@microsoft.com>
      44e62237
  27. 15 12月, 2020 1 次提交
  28. 14 12月, 2020 1 次提交
    • D
      Update dependencies from https://github.com/dotnet/arcade build 20201210.4 (#46004) · d0121eab
      dotnet-maestro[bot] 提交于
      Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20609.9 -> To Version 6.0.0-beta.20610.4
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      d0121eab
  29. 12 12月, 2020 1 次提交
  30. 10 12月, 2020 1 次提交
  31. 09 12月, 2020 1 次提交
  32. 04 12月, 2020 2 次提交
  33. 25 11月, 2020 1 次提交
  34. 18 11月, 2020 1 次提交