dotnet-installer/eng
dotnet-maestro[bot] f17cf3399b
[master] Update dependencies from dotnet/sdk (#8966)
[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rc.1.20417.4 to 6.0.0-alpha.1.20531.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App: from 5.0.0-rc.1.20417.4 to 6.0.0-alpha.1.20531.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk)
  - dotnet-watch: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20514.1 to 6.0.0-alpha.1.20552.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rc.1.20417.1 to 6.0.0-alpha.1.20528.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rc.1.20417.4 to 6.0.0-alpha.1.20531.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rc.1.20417.3 to 6.0.0-alpha.1.20529.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201013-01 to 16.8.0-release-20201022-02 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20514.1 to 6.0.0-alpha.1.20527.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 3.9.0-1.20513.7 to 3.9.0-2.20552.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 16.9.0-preview-20513-07 to 16.9.0-preview-20530-04 (parent: Microsoft.NET.Sdk)
  - NuGet.Build.Tasks: from 5.8.0-rc.6860 to 5.8.0-rc.6930 (parent: Microsoft.NET.Sdk)

 - Update name of VS.Redist package

 - Update VS.Redist

 - Update Version.Details.xml

 - Update Versions.props

 - Merge branch 'master' into darc-master-e43dc338-58af-4dcb-8f48-e598405b6d80

 - Disable test
2020-11-03 21:06:10 +00:00
..
common Update dependencies from https://github.com/dotnet/arcade build 20201029.1 (#8991) 2020-10-31 12:53:54 +00:00
docker Removing RHEL6 CI leg as it is not support in .NET 5. 2020-01-07 15:34:51 -08:00
_prettyprint.sh
build.yml Condition VS.Redist.* to PostBuildSign 2020-09-11 10:58:51 -07:00
configure-toolset.ps1 Prepare for 3.0.1xx servicing 2019-10-03 22:57:58 -07:00
configure-toolset.sh Prepare for 3.0.1xx servicing 2019-10-03 22:57:58 -07:00
CopyToLatest.cmd
core-sdk-build-env.sh
core-sdk-test-env.bat
core-sdk-test-env.sh
dockerrun.ps1 Changes for core-sdk to move to yaml stages 2019-09-12 13:19:14 -07:00
dockerrun.sh [release/5.0.1xx] Enable post build signing (#8764) 2020-10-14 14:55:38 -07:00
Key.snk
ManualVersions.props Update ManualVersions.props (#8949) 2020-10-20 13:46:52 -07:00
Publishing.props [release/5.0.1xx] Enable post build signing (#8764) 2020-10-14 14:55:38 -07:00
restore-toolset.ps1
restore-toolset.sh
sdl-tsa-vars.config Add sdl validation config file (#7958) 2020-07-10 07:43:05 -07:00
SignCheckExclusionsFile.txt exclude javascript files from signcheck 2020-10-21 13:57:55 -07:00
Signing.props [release/5.0.1xx] Enable post build signing (#8764) 2020-10-14 14:55:38 -07:00
TestVersions.props [master] Update dependencies from dotnet/toolset (#5583) 2019-11-08 19:21:57 -08:00
Version.Details.xml [master] Update dependencies from dotnet/sdk (#8966) 2020-11-03 21:06:10 +00:00
Versions.props [master] Update dependencies from dotnet/sdk (#8966) 2020-11-03 21:06:10 +00:00