dotnet-installer/test/SdkTests/TestConfig.xml

319 lines
19 KiB
XML
Raw Normal View History

<Tests>
<TestList Name="SdkIntegrationTests">
<!-- Build tests -->
<Method Name="Microsoft.NET.Build.Tests.AppHostTests.It_builds_a_runnable_apphost_by_default" />
<Class Name="Microsoft.NET.Build.Tests.DesignTimeBuildTests" />
<Method Name="Microsoft.NET.Build.Tests.GivenFrameworkReferences.TransitiveFrameworkReferenceFromPackageReference" />
<Method Name="Microsoft.NET.Build.Tests.GivenFrameworkReferences.TransitiveFrameworkReferenceFromProjectReference" />
<Method Name="Microsoft.NET.Build.Tests.GivenFrameworkReferences.WPFFrameworkReference" />
<Method Name="Microsoft.NET.Build.Tests.GivenFrameworkReferences.WindowsDesktopFrameworkReference" />
<Method Name="Microsoft.NET.Build.Tests.GivenFrameworkReferences.WindowsFormAndWPFFrameworkReference" />
<Method Name="Microsoft.NET.Build.Tests.GivenFrameworkReferences.WindowsFormsFrameworkReference" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantBuildsToBeIncremental.ResolvePackageAssets_runs_incrementally" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExe.It_builds_a_simple_desktop_app" />
<Class Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildALibrary.It_builds_the_library_successfully" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildALibraryWithFSharp.It_builds_the_library_successfully" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildALibraryWithVB.It_builds_the_library_successfully" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.BuildWithTransitiveReferenceToNetCoreAppPackage" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_runs_a_rid_specific_app_from_the_output_folder" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_runs_a_rid_specific_app_with_conflicts_from_the_output_folder" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_runs_the_app_from_the_output_folder" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_runs_the_app_with_conflicts_from_the_output_folder" />
<Class Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetStandard2Library" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildASelfContainedApp.It_builds_a_runnable_output" />
<Class Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAUnitTestProject" />
<Class Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithLibrariesAndRid" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithTransitiveProjectRefs.It_builds_the_project_successfully" />
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToResolveConflicts.FilesFromAspNetCoreSharedFrameworkAreNotIncluded" />
<Class Name="Microsoft.NET.Build.Tests.GivenThatWeWantToUseVB" />
<Class Name="Microsoft.NET.Build.Tests.GivenWeWantToRequireWindowsForDesktopApps" />
<!-- Publish tests -->
<Class Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAFrameworkDependentApp" />
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAHelloWorldProject.It_publishes_portable_apps_to_the_publish_folder_and_the_app_should_run" />
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAHelloWorldProject.It_publishes_self_contained_apps_to_the_publish_folder_and_the_app_should_run" />
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAHelloWorldProject.It_publishes_with_a_publish_profile" />
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishASelfContainedApp.It_can_make_a_Windows_GUI_exe" />
<Class Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishASingleFileApp" />
<Class Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAWebApp" />
<Class Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunCrossgen" />
<Class Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink" />
<Class Name="Microsoft.NET.Publish.Tests.PublishWebApp" />
<Class Name="Microsoft.NET.Publish.Tests.PublishWpfApp" />
</TestList>
<SkippedTests>
[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>
2020-02-05 00:33:57 +00:00
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToUseVB.It_builds_a_vb_wpf_app"
Skip="true"
Issue="https://github.com/dotnet/wpf/issues/1734"
Reason="VB templates removed from wpf"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAHelloWorldProject.It_publishes_portable_apps_to_the_publish_folder_and_the_app_should_run"
Skip="true"
Issue="https://github.com/dotnet/sdk/pull/3574"
Reason="Test update needed (in PR)"/>
2020-02-12 21:34:12 +00:00
<!-- <Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_targets_the_right_framework_depending_on_output_type"
Skip="true"
Issue=""
2020-02-12 21:34:12 +00:00
Reason="Test needs to be updated with new patches (along with SDK stage 0 update)"/> -->
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithLibrariesAndRid.It_builds_a_RID_specific_runnable_output"
Skip="true"
Issue=""
Reason="Test doesn't work with newer RIDs"/>
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithLibrariesAndRid.It_builds_a_framework_dependent_RID_specific_runnable_output"
Skip="true"
Issue=""
Reason="Test doesn't work with newer RIDs"/>
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildANetCoreApp.It_handles_mismatched_implicit_package_versions"
Skip="true"
Issue=""
Reason="Test doesn't work with newer RIDs"/>
2019-05-17 22:20:51 +00:00
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithTransitiveProjectRefs.It_builds_the_project_successfully"
Skip="true"
Issue=""
Reason="Needs .NET Core 1.1"/>
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithLibrary.It_builds_the_project_successfully"
Skip="true"
Issue=""
Reason="Needs .NET Core 1.1"/>
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAnAppWithLibrary.It_builds_the_project_successfully_twice"
Skip="true"
Issue=""
Reason="Needs .NET Core 1.1"/>
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantAllResourcesInSatellite.TestSatelliteResources"
Skip="true"
Issue=""
Reason="Needs .NET Core 1.1"/>
2019-05-17 22:20:51 +00:00
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantAllResourcesInSatellite.It_retrieves_strings_successfully"
Skip="true"
Issue=""
Reason="Needs .NET Core 1.1"/>
2019-05-17 22:20:51 +00:00
<Method Name="Microsoft.NET.Build.Tests.GivenThereAreDefaultItems.Compile_items_can_be_explicitly_specified_while_default_EmbeddedResource_items_are_used"
Skip="true"
Issue=""
Reason="Needs .NET Core 1.1"/>
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildASelfContainedApp.It_succeeds_when_RuntimeIdentifier_and_PlatformTarget_mismatch_but_PT_is_AnyCPU"
Skip="true"
Issue=""
Reason="Needs .NET Core 1.1"/>
2020-02-12 21:34:12 +00:00
<!-- <Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_desktop_app"
Skip="true"
Issue="https://github.com/dotnet/coreclr/issues/27275"
Reason="F# compiler is failing on .NET 5 runtime"
/>
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildALibraryWithFSharp.It_builds_the_library_successfully"
Skip="true"
Issue="https://github.com/dotnet/coreclr/issues/27275"
Reason="F# compiler is failing on .NET 5 runtime"
2020-02-12 21:34:12 +00:00
/> -->
<Method Name="Microsoft.NET.Publish.Tests.PublishWpfApp.It_publishes_and_runs_self_contained_wpf_app"
Skip="true"
Issue=""
Reason="Assumes `dotnet new wpf`produces a netcoreapp3.1 app, will get fixed when sdk takes .NET 5 stage 0"
/>
2019-10-22 18:06:07 +00:00
<Method Name="Microsoft.NET.Build.Tests.GivenWeWantToRequireWindowsForDesktopApps.It_does_not_download_desktop_targeting_packs_on_unix"
Skip="true"
Issue=""
Reason="Assumes netcoreapp3.1 targeting pack is bundled, which it is not in 5.0 SDK. Will resolve when sdk takes newer stage 0 and hits same issue."/>
[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>
2019-12-28 01:42:00 +00:00
<Method Name="Microsoft.NET.Build.Tests.GivenWeWantToRequireWindowsForDesktopApps.It_builds_on_windows_with_the_windows_desktop_sdk"
Skip="true"
Issue="https://github.com/dotnet/wpf/issues/2363"
Reason="Desktop SDK missing required files."/>
[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>
2020-05-19 17:36:39 +00:00
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishASingleFileApp.It_runs_single_file_apps"
Skip="true"
Issue=""
Reason="Need all .NET core runtime"/>
[master] Update dependencies from dotnet/sdk (#8966) [master] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.WindowsDesktop.App.Ref: from 5.0.0-rc.1.20417.4 to 6.0.0-alpha.1.20531.1 (parent: Microsoft.NET.Sdk) - Microsoft.WindowsDesktop.App: from 5.0.0-rc.1.20417.4 to 6.0.0-alpha.1.20531.1 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Ref: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Internal: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk) - Microsoft.NETCore.Platforms: from 6.0.0-alpha.1.20513.9 to 6.0.0-alpha.1.20551.7 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk) - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk) - dotnet-dev-certs: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk) - dotnet-user-secrets: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk) - dotnet-watch: from 6.0.0-alpha.1.20513.8 to 6.0.0-alpha.1.20526.6 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Common.ItemTemplates: from 6.0.0-alpha.1.20514.1 to 6.0.0-alpha.1.20552.1 (parent: Microsoft.NET.Sdk) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.0-rc.1.20417.1 to 6.0.0-alpha.1.20528.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.0-rc.1.20417.4 to 6.0.0-alpha.1.20531.1 (parent: Microsoft.NET.Sdk) - Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.0-rc.1.20417.3 to 6.0.0-alpha.1.20529.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.NET.Test.Sdk: from 16.9.0-preview-20201013-01 to 16.8.0-release-20201022-02 (parent: Microsoft.NET.Sdk) - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.20514.1 to 6.0.0-alpha.1.20527.2 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 3.9.0-1.20513.7 to 3.9.0-2.20552.4 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 16.9.0-preview-20513-07 to 16.9.0-preview-20530-04 (parent: Microsoft.NET.Sdk) - NuGet.Build.Tasks: from 5.8.0-rc.6860 to 5.8.0-rc.6930 (parent: Microsoft.NET.Sdk) - Update name of VS.Redist package - Update VS.Redist - Update Version.Details.xml - Update Versions.props - Merge branch 'master' into darc-master-e43dc338-58af-4dcb-8f48-e598405b6d80 - Disable test
2020-11-03 21:06:10 +00:00
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_verify_analysis_warnings_hello_world_app"
Skip="true"
Issue=""
Reason="https://github.com/dotnet/installer/pull/8966#issuecomment-721111308"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_keeps_symbols_by_default"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_links_simple_app_without_analysis_warnings_and_it_runs"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_does_not_include_leftover_artifacts_on_second_run"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_runs_and_creates_linked_app"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_respects_warning_level_independently"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_runs_incrementally"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_symbols_option_can_override_defaults_from_debugger_support"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_removes_symbols_when_debugger_support_is_disabled"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_displays_informational_warning"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.PrepareForILLink_can_set_IsTrimmable"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_accepts_option_to_remove_symbols"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_defaults_keep_nonframework"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_accepts_root_descriptor"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_respects_global_TrimMode"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_only_runs_when_switch_is_enabled"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_error_on_nonboolean_optimization_flag"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishASingleFileApp.It_generates_a_single_file_including_pdbs"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.PrepareForILLink_can_set_TrimMode"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_accepts_option_to_enable_analysis_warnings"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_error_on_portable_app"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_can_treat_warnings_not_as_errors"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.TrimmingOptions_are_defaulted_correctly_on_trimmed_apps"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_errors_fail_the_build"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_can_treat_warnings_as_errors"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_roots_IntermediateAssembly"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_can_treat_warnings_as_errors_independently"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_accepts_option_to_disable_analysis_warnings"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_can_ignore_warnings"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_respects_analysis_level"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_accepts_option_to_enable_analysis_warnings_without_PublishTrimmed"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_ignores_host_config_settings_with_link_false"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_respects_feature_settings_from_host_config"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAWebApp.It_publishes_as_framework_dependent_by_default"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishASingleFileApp.It_errors_when_enabling_compression_targeting_net5"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToRunILLink.ILLink_analysis_warnings_are_disabled_by_default"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Build.Tests.AppHostTests.It_builds_a_runnable_apphost_by_default"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Build.Tests.GivenThatWeWantToBuildADesktopExeWithFSharp.It_builds_a_simple_net50_app"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishASingleFileApp.It_can_include_ni_pdbs_in_single_file"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Build.Tests.GivenWeWantToRequireWindowsForDesktopApps.It_builds_on_windows_with_the_windows_desktop_sdk_5_0_with_ProjectSdk_set"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Build.Tests.GivenWeWantToRequireWindowsForDesktopApps.When_TargetPlatformVersion_is_set_higher_than_10_It_can_reference_cswinrt_api"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Build.Tests.GivenWeWantToRequireWindowsForDesktopApps.Given_duplicated_ResolvedFileToPublish_It_Can_Publish"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
<Method Name="Microsoft.NET.Build.Tests.GivenWeWantToRequireWindowsForDesktopApps.It_builds_on_windows_with_the_windows_desktop_sdk_5_0_without_ProjectSdk_set"
Skip="true"
Issue=""
Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/>
</SkippedTests>
</Tests>