2235 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
William Li
|
37ed338303 | Merge branch 'release/5.0.1xx-rc2' into master-merge-rc2-2 | ||
Matt Mitchell
|
f56648180f
|
Use aspnetcore version suffix for template install directory (#8625)
This change is required for RTM stable builds. When stable versions are generated the CalculateTemplateVersions task will fail. For .NET 3.x, installer is partially on arcade. It uses its own versioning model, but the arcade generated versions are actually set (specifically VersionSuffix). So even when stable builds are generated, VersionSuffix is available. It is unused when the aspnetcore template versions are stable. For .NET 5, installer is now fully on arcade versioning, which means VersionSuffix is not set when stable versions are generated. Instead of using installer's version suffix if aspnetcore's template versions are unstable, use the version suffix of the aspnetcore template versions. This subtley affects the installer directory of the templates: If the aspnetcore version is: 5.0.0-rc.1.1234.5 And the installer version is: 5.0.100-rc.1.9999.9 Then: Template install dir before this change: .dotnet\templates\5.0.0-rc.1.9999.9 Template install dir after this change: .dotnet\templates\5.0.0-rc.1.1234.5 Of note: The overall template layout doesn't make a ton of sense. The aspnetcore template version is used for the install directory, but many different templates are put in this directory, including some that have completely different versions. |
||
Juan Sebastian Hoyos Ayala
|
a3fc14fd2e |
Revert "Add arm64 as a possible WinForms arch (#7457)"
This reverts commit |
||
Matt Mitchell
|
97f447f228
|
Merge pull request #8388 from sfoslund/MergeRC1ToMaster
Merge RC1 to master |
||
dotnet-maestro[bot]
|
1a86c899e3
|
[master] Update dependencies from dotnet/sdk (#8235)
[master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 (parent: Microsoft.NET.Sdk) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Common.ItemTemplates: from 5.0.0-rc.1.20419.1 to 6.0.0-alpha.1.20454.5 (parent: Microsoft.NET.Sdk) - Updates: - Microsoft.DotNet.MSBuildSdkResolver: from 5.0.100-rc.1.20420.8 to 6.0.100-alpha.1.20454.15 - Microsoft.NET.Sdk: from 5.0.100-rc.1.20420.8 to 6.0.100-alpha.1.20454.15 - Microsoft.NETCore.App.Ref: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 - Microsoft.NETCore.App.Internal: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 - Microsoft.NETCore.App.Runtime.win-x64: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 - Microsoft.NETCore.App.Host.win-x64: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 - Microsoft.NETCore.DotNetHostResolver: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 - Microsoft.NETCore.Platforms: from 5.0.0-rc.1.20417.14 to 6.0.0-alpha.1.20453.28 - Microsoft.AspNetCore.App.Ref: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 - Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 - dotnet-dev-certs: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 - dotnet-user-secrets: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 - dotnet-watch: from 5.0.0-rc.1.20419.22 to 5.0.0-rc.2.20454.3 - Microsoft.DotNet.Common.ItemTemplates: from 5.0.0-rc.1.20419.1 to 6.0.0-alpha.1.20454.5 - Update NuGet.config - Updates for 6.0 runtime - Reenabling test - Fixup toolset base url |
||
Sarah Oslund
|
1455151d84 | Update cswinrt tests for 4 part version numbers | ||
William Li
|
3232fe7ac1
|
Move few GivenWeWantToRequireWindowsForDesktopApps tests (#8205)
Fix https://github.com/dotnet/installer/issues/8203 |
||
William Li
|
935b166ebd
|
Revert "disable test It_generates_a_single_file_for_self_contained_apps" | ||
vsadov
|
a1e42b52a2 | disable test It_generates_a_single_file_for_self_contained_apps | ||
William Li
|
7aaf0d85d0 | Add in cswinrt KnownFrameworkReference | ||
dotnet-maestro[bot]
|
6e0b23afa7
|
[master] Update dependencies from dotnet/sdk (#7497)
* Update dependencies from https://github.com/dotnet/sdk build 20200515.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20265.4 * Update dependencies from https://github.com/dotnet/sdk build 20200515.5 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20265.5 * Update dependencies from https://github.com/dotnet/sdk build 20200518.6 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.6 * Update dependencies from https://github.com/dotnet/sdk build 20200518.7 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.7 * Update dependencies from https://github.com/dotnet/sdk build 20200518.8 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.8 * Update dependencies from https://github.com/dotnet/sdk build 20200518.9 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.9 * Update dependencies from https://github.com/dotnet/sdk build 20200518.10 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20268.10 * Update dependencies from https://github.com/dotnet/sdk build 20200519.2 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.2 * Update dependencies from https://github.com/dotnet/sdk build 20200519.3 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.3 * Update dependencies from https://github.com/dotnet/sdk build 20200519.4 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.4 * Update dependencies from https://github.com/dotnet/sdk build 20200519.5 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.5 * Update dependencies from https://github.com/dotnet/sdk build 20200519.6 Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.100-preview.5.20264.7 -> To Version 5.0.100-preview.5.20269.6 * Skip new added publish tests Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: William Li <wul@microsoft.com> |
||
Juan Sebastian Hoyos Ayala
|
63ca19534d | Mark ARM64 WindowsDesktop tests as Windows only | ||
Juan Sebastian Hoyos Ayala
|
498874b860 | Add ARM WindowsDesktop tests | ||
Eric Erhardt
|
efe7c8e566
|
Remove references to PlatformAbstractions. (#7408)
* Remove references to PlatformAbstractions. This will allow us to remove the PlatformAbstractions library from dotnet/runtime. Contributes to https://github.com/dotnet/runtime/issues/3470 |
||
dotnet-maestro[bot]
|
2db1aa8754
|
[master] Update dependencies from dotnet/sdk (#7208)
* Update dependencies from https://github.com/dotnet/sdk build 20200417.2 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.2 * Update dependencies from https://github.com/dotnet/sdk build 20200417.3 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.3 * Update dependencies from https://github.com/dotnet/sdk build 20200417.4 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.4 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.4 * Update dependencies from https://github.com/dotnet/sdk build 20200417.5 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.5 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.5 * Update dependencies from https://github.com/dotnet/sdk build 20200417.6 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.6 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.6 * Update dependencies from https://github.com/dotnet/sdk build 20200417.7 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.7 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.7 * Update dependencies from https://github.com/dotnet/sdk build 20200417.8 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.8 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.8 * Update dependencies from https://github.com/dotnet/sdk build 20200418.1 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.1 * Update dependencies from https://github.com/dotnet/sdk build 20200418.2 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.2 * Update dependencies from https://github.com/dotnet/sdk build 20200418.3 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.3 * Update dependencies from https://github.com/dotnet/sdk build 20200418.4 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.4 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.4 * Update dependencies from https://github.com/dotnet/sdk build 20200419.1 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20219.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20219.1 * Update dependencies from https://github.com/dotnet/sdk build 20200419.2 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20219.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20219.2 * Update dependencies from https://github.com/dotnet/sdk build 20200419.3 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20219.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20219.3 * Update dependencies from https://github.com/dotnet/sdk build 20200420.1 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.1 * Update dependencies from https://github.com/dotnet/sdk build 20200420.2 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.2 * Update dependencies from https://github.com/dotnet/sdk build 20200420.3 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.3 * Switch to using RuntimeInformation APIs instead of deprecated PlatformAbstractions See https://github.com/dotnet/sdk/pull/11076 * Update dependencies from https://github.com/dotnet/sdk build 20200420.4 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.4 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.4 * Update dependencies from https://github.com/dotnet/sdk build 20200420.5 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.5 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.5 * Update dependencies from https://github.com/dotnet/sdk build 20200420.7 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.7 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.7 * Update dependencies from https://github.com/dotnet/sdk build 20200420.8 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.8 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.8 * Update dependencies from https://github.com/dotnet/sdk build 20200420.10 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.10 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.10 * Update dependencies from https://github.com/dotnet/sdk build 20200420.12 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.12 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.12 * Update dependencies from https://github.com/dotnet/sdk build 20200420.13 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.13 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.13 * Update dependencies from https://github.com/dotnet/sdk build 20200421.1 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.1 * Update dependencies from https://github.com/dotnet/sdk build 20200421.2 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.2 * Update dependencies from https://github.com/dotnet/sdk build 20200421.3 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.3 * Update dependencies from https://github.com/dotnet/sdk build 20200421.4 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.4 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.4 * Update dependencies from https://github.com/dotnet/sdk build 20200421.5 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.5.20221.5 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.5.20221.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Daniel Plaisted <daplaist@microsoft.com> |
||
Matt Mitchell
|
f5e7d53b35
|
[release/5.0.1xx-preview3] Set up TLS 1.2 before calling dotnet-install for tests (#7068)
* Set TLS1.2 before running dotnet-install in tests The new powershell process overrides the setting that build.ps1 sets up. * Reduce logging verbosity |
||
Sarah Oslund
|
9722ea1895
|
Merge pull request #6938 from sfoslund/DefaultVersionTests
Adding test coverage for DefaultRuntimeFrameworkVersions |
||
Sarah Oslund
|
981e4c6c26 | Changing test project creation to using test asset instead of new command | ||
Sarah Oslund
|
c18ce0d6af | Adding test coverage for DefaultRuntimeFrameworkVersions | ||
Sarah Oslund
|
8cc89ea7e5 | Adding automatic generation of DefaultRuntimeFrameworkVersions | ||
Daniel Plaisted
|
a199c488d7 | Merge upstream changes | ||
msftbot[bot]
|
ba203165fd
|
Merge pull request #6795 from sfoslund/UpdatePatches
Updating to 2.1.17 patch version |
||
dotnet-maestro[bot]
|
280735abb9
|
[master] Update dependencies from dotnet/templating (#6811)
* Update dependencies from https://github.com/dotnet/templating build 20200313.2 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20163.2 * Update dependencies from https://github.com/dotnet/templating build 20200314.5 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20164.5 * Update dependencies from https://github.com/dotnet/templating build 20200317.2 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20167.2 * Update dependencies from https://github.com/dotnet/templating build 20200318.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20168.1 * Change the test accordingly * Update dependencies from https://github.com/dotnet/templating build 20200319.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20169.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: William Li <wul@microsoft.com> |
||
Daniel Plaisted
|
c238263860 |
Disable tests for rolling forward to latest version
These tests only catch issues after a patch has been publicly released, and fail if we try to update the implicit versions before then |
||
dotnet-maestro[bot]
|
e99dc08b36
|
[release/5.0.1xx-preview2] Update dependencies from dotnet/templating (#6819)
* Update dependencies from https://github.com/dotnet/templating build 20200314.2 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20164.2 * Update dependencies from https://github.com/dotnet/templating build 20200314.4 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20164.4 * Update template tests * Concat net tfms instead of replacing Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com> |
||
Phil Henning
|
d6516293c0 | Update EndToEnd tests for 5.0 templates | ||
Nick Guerrera
|
c6b041e78c | Fix merge issues with templates | ||
Nick Guerrera
|
03963a5788 | Merge branch 'release/5.0.1xx-preview1' into merge/release/3.1.2xx-to-master | ||
Daniel Plaisted
|
bd4715d23d | Re-enable tests | ||
dotnet-maestro[bot]
|
5dbf6aeb05
|
[master] Update dependencies from dotnet/toolset (#6266)
* Update dependencies from https://github.com/dotnet/runtime build 20200128.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20078.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20078.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20078.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20078.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20078.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20078.2 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200130.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20080.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20080.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200130.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20080.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20080.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200130.10 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20080.10 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20080.10 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20080.10 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20080.10 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20080.10 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20080.10 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200131.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200131.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200131.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200131.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200131.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200201.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20101.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20101.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20101.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20101.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20101.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20101.1 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200201.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20101.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20101.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200201.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20101.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200201.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20101.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20101.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200201.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20101.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20101.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200201.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20101.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20101.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20101.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20101.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20101.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20101.3 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200202.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20102.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20102.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20102.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20102.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20102.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20102.3 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200203.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20103.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20103.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200203.10 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20103.10 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20103.10 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.10 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20103.10 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20103.10 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200204.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20104.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20104.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200204.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20104.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20104.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200204.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20104.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20104.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200204.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20104.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20104.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Disable Publish tests on Windows x86 * Disable ILLINK tests Waiting for codeflow from https://github.com/dotnet/sdk/pull/10602 * Fix typo in test skip name. Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com> |
||
msftbot[bot]
|
2f3fb6ea5e
|
Merge pull request #6242 from wli3/fix-msi-gg
Fix msi non-deterministic ComponentId |
||
William Li
|
90b13626ab | Cap major 5 | ||
William Li
|
8b9a67d117 | Finish ComponentID reset | ||
William Li
|
0806ef1bd1 |
Use Task to calculate template versions
No behaivor change |
||
Nick Guerrera
|
8d13410014 |
Bump 2.1.x implicit versions
Disable SDK tests that do 2.1.x self-contained Delete GivenSelfContainedAppsRollForward. It doesn't work with 3.x+ already and won't work with 2.x MSRCs. |
||
dotnet-maestro[bot]
|
a8ddfab33e
|
[master] Update dependencies from dotnet/toolset (#5761)
* Update dependencies from https://github.com/dotnet/toolset build 20191122.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19572.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19571.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19570.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19572.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191122.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19572.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19570.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19572.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191122.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19572.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19570.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19572.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191122.17 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19572.17 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19570.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19572.17 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191122.23 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19572.23 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19570.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19572.23 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191123.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19573.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19570.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19573.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191123.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19573.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19573.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191124.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19574.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19574.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191124.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19574.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19574.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191125.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19575.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191125.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19575.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19575.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191125.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19575.8 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19575.8 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191126.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19576.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19576.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191126.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19576.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19576.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191126.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19576.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19576.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191126.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19576.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19576.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191126.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19576.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19576.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191128.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19578.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19578.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191129.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19579.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191129.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19579.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19579.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191130.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19580.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19580.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191130.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19580.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19580.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191130.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19580.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19580.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191130.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19580.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19580.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19580.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191201.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19601.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19580.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19580.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191201.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19601.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19580.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19601.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191202.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19602.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19580.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19602.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191202.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19602.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19602.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191203.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19603.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191203.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19603.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19603.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191203.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19603.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19603.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191203.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19603.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19603.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191204.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19604.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19604.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191204.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19604.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19604.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.10 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.13 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.13 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.14 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.14 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.15 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.15 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.15 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.20 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.20 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.20 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.21 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.21 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.21 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191206.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19606.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191206.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19606.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19606.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191207.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19607.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19607.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191208.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19608.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191208.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19608.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19608.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191210.15 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19610.15 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19610.15 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191210.21 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19610.21 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19610.21 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191210.30 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19610.30 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19610.30 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191211.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19611.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19611.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191211.23 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19611.23 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19611.23 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191211.24 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19611.24 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19611.24 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191211.25 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19611.25 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19611.25 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191211.33 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19611.33 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19611.33 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191212.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19612.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19612.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191212.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19612.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19612.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191212.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19612.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19612.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191212.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19612.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19612.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191213.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19613.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19612.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191213.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19613.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19612.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19613.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191213.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19613.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19612.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19613.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191213.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19613.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19612.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19613.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191213.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19613.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19613.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191214.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19614.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.20 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19614.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191214.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19614.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.20 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19614.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191214.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19614.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.20 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19614.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191214.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19614.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.20 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19614.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191214.15 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19614.15 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.20 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19614.15 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191215.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19615.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.20 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191215.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19615.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19615.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191215.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19615.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19615.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191215.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19615.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19615.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.11 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.11 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.12 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.12 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.12 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.10 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.13 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.13 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update stage 0 * Update dependencies from https://github.com/dotnet/toolset build 20191217.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.7 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.7 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191218.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19618.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191218.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19618.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19618.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191218.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19618.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19618.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191218.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19618.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19618.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191218.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19618.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19618.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191218.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19618.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19618.10 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191219.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19619.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19619.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191219.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19619.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19619.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191219.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19619.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19619.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191220.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19620.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19620.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191220.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19620.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19620.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191220.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19620.7 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19620.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19620.7 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191220.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19620.8 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19620.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19620.8 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191221.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19621.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19620.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19620.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19621.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191221.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19621.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19620.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19620.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19621.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191221.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19621.2 * Update dependencies from https://github.com/dotnet/toolset build 20191221.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19621.4 * Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19620.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19620.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19621.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191221.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19621.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19621.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19620.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19621.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191222.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19622.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19621.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191222.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19622.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19622.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191223.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19623.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19623.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191223.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19623.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19623.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191224.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19624.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19624.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191224.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19624.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19624.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191224.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19624.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19624.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191225.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19625.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191225.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19625.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19625.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191225.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19625.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19625.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191226.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19626.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19626.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191226.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19626.2 * Update dependencies from https://github.com/dotnet/toolset build 20191226.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19626.3 * Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19626.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191226.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19626.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19626.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191226.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19626.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19626.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191227.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19627.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19626.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19627.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191227.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19627.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19627.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19626.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19627.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191227.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19627.2 * Update dependencies from https://github.com/dotnet/toolset build 20191227.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19627.3 * Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19627.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19626.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19627.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Skipping WindowsDesktop tests. The SDK for it is not working and there is an issue filled for it here: https://github.com/dotnet/wpf/issues/2363. * Update dependencies from https://github.com/dotnet/toolset build 20191227.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19627.7 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19627.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19626.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19627.7 (parent: Microsoft.Dotnet.Toolset.Internal) Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com> Co-authored-by: Livar <licavalc@microsoft.com> |
||
Nick Guerrera
|
0d83942b57 | Disable test that needs 2.1.latest on Mac OS | ||
Nick Guerrera
|
784091d577 |
Bump 2.1.x implicit versions
Disable SDK tests that do 2.1.x self-contained Delete GivenSelfContainedAppsRollForward. It doesn't work with 3.x+ already and won't work with 2.x MSRCs. |
||
dotnet-maestro[bot]
|
107cf4af77 |
[master] Update dependencies from dotnet/toolset (#5583)
* Update dependencies from https://github.com/dotnet/toolset build 20191108.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191108.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191108.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19558.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191108.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19558.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Remove unnecessary direct dependency to avoid downgrade |
||
wtgodbe
|
7bb582ed3d | Merge release/3.0.1xx into branch | ||
William Li
|
7605982306 | Set DOTNET_ROOT in tests (#5584) | ||
William Li
|
5e444258cb
|
Set DOTNET_ROOT in tests (#5584) | ||
Nick Guerrera
|
5f2669c394 | Merge branch 'master' into merge/release/3.1.1xx-to-master | ||
Nick Guerrera
|
022ecaf719 | Remove direct ref causing downgrade from test utils | ||
William Li
|
ced31b69bf |
Update dockers (#5186) (#5416)
- Remove ubuntu 14.04 and groovey file - Remove all old fedora - Update to Debian Stretch - Remove rhel.6 - No debian 9 1.x runtime support |
||
William Li
|
d660497f89
|
Update dockers (#5186)
- Remove ubuntu 14.04 and groovey file - Remove all old fedora - Update to Debian Stretch - Remove rhel.6 - No debian 9 1.x runtime support |
||
dotnet-maestro[bot]
|
806d509d04
|
[master] Update dependencies from dotnet/toolset (#5322)
* Update dependencies from https://github.com/dotnet/toolset build 20191024.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19524.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19524.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191024.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19524.11 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19524.11 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191024.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19524.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19524.10 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.8 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.8 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.10 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.13 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.13 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191026.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19526.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19526.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191026.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19526.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19526.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191028.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19528.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19528.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191028.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19528.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19528.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Fixup NuGet references from tests * Update dependencies from https://github.com/dotnet/toolset build 20191028.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19528.4 * Update dependencies from https://github.com/dotnet/toolset build 20191028.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19528.6 * Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19528.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191029.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19529.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19529.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191029.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19529.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19529.6 (parent: Microsoft.Dotnet.Toolset.Internal) |
||
Nick Guerrera
|
e7a108ab75 | Reduce nuget feeds | ||
Nick Guerrera
|
fdd4595554 | Skip test with defect | ||
Nick Guerrera
|
9cfc62b65f | Fix test expectation to match message change |