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

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20114.4

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.103-servicing.20114.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update NuGet.config

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20114.5

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.103-servicing.20114.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.103-servicing.20114.2 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20114.6

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.1.103-servicing.20114.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.103-servicing.20114.3 (parent: Microsoft.Dotnet.Toolset.Internal)

Co-authored-by: William Godbe <wigodbe@microsoft.com>
This commit is contained in:
dotnet-maestro[bot] 2020-02-14 13:46:41 -08:00 committed by GitHub
parent 202f091f32
commit f88d1917c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View file

@ -7,7 +7,7 @@
<packageSources>
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-pub-dotnet-templating-247f60e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-247f60e9/nuget/v3/index.json" />
<add key="darc-pub-dotnet-templating-4609143" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-46091435/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-aa51047" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-aa51047c/nuget/v3/index.json" />
<add key="darc-pub-dotnet-corefx-0f7f38c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-0f7f38c4/nuget/v3/index.json" />
<add key="darc-pub-dotnet-aspnetcore-c3acdca-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-c3acdcac-2/nuget/v3/index.json" />

View file

@ -69,21 +69,21 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>1b134b5a258aa5dc1aefc27fea90f442abbe41cd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="3.1.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="3.1.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>247f60e9e34a03ed99e855eb1ea0c20931a968db</Sha>
<Sha>46091435536c53242905ab4e991bdc0bac153e64</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.103-servicing.20114.3">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.103-servicing.20114.6">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>c4821188cf7b46c2244e5cc470240d67e0392679</Sha>
<Sha>dcd6db573f6e3d2c1b3c1c6e3774c410804233cb</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.102-servicing.20068.5" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.103-servicing.20114.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>90a093bbbe2c46ef19e301d717bed3cfaa56abb3</Sha>
<Sha>df853d7d0a5101b3b280ccdf069703ed50879fc7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20114.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20114.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>449e2d13ff0306558e51b748dd5eba2b1f382cb2</Sha>
<Sha>a4b56a96077f828381713e92170c67fb5ab68cef</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-servicing.20069.13" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20114.3</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20114.6</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
@ -24,7 +24,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/templating -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>3.1.2</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>3.1.3</MicrosoftDotNetCommonItemTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/test-templates -->
@ -45,14 +45,14 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli -->
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.103-servicing.20114.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.103-servicing.20114.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.1.102-servicing.20068.5</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.1.103-servicing.20114.3</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>