[release/3.1.1xx] Update dependencies from dotnet/toolset (#5049)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.11

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.11

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.5 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.12

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.12

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.5 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.13

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.13

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.9 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.16

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.16

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.11 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.15

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.15

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.9 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.17

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.17

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.11 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.19

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.19

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.11 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-10-01 21:47:31 -07:00 committed by William Godbe
parent 941401b85e
commit f90da6f9d6
2 changed files with 6 additions and 6 deletions

View file

@ -72,17 +72,17 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>fa98e14b1b8d84a1a711ef909384f16ada8bbe7c</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview1.19501.5">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview1.19501.19">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>0520dfe19b406b0cc146b7b9bb6dec674ce50372</Sha>
<Sha>27bf0b699bd289a2636947dd6a3ef0a6952a8a5c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview1.19501.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fcf6cead4e21bcd242ddf0687111ca8794020851</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview1.19479.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview1.19501.11" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>448a99fcc1eac067880ba4263bd6a3945d0f76de</Sha>
<Sha>8feda7443ceea1af2ba6759a975e9f1b17937204</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via core setup -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.1-preview1.19476.2" CoherentParentDependency="Microsoft.WindowsDesktop.App">

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview1.19501.5</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview1.19501.19</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
@ -45,7 +45,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli -->
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.100-preview1.19479.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.100-preview1.19501.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>