Update dependencies from https://github.com/dotnet/sdk build 20210107.9 (#9351)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.FSharp.Compiler: from 11.2.0-beta.21055.6 to 11.2.0-beta.21057.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 6.0.0-alpha.1.21056.1 to 6.0.0-alpha.1.21057.1 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-01-08 04:25:51 +00:00 committed by GitHub
parent dcda787334
commit 0acb88b8b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.21057.6">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.21057.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>dafba9287b03cb7bd9f32f1e6189e4e9b635590d</Sha>
<Sha>c5e9edae1c26fdd49accfe394e7a3ba9d31278b5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.21057.6">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.21057.9">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>dafba9287b03cb7bd9f32f1e6189e4e9b635590d</Sha>
<Sha>c5e9edae1c26fdd49accfe394e7a3ba9d31278b5</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="6.0.0-alpha.1.21055.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -104,17 +104,17 @@
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>005950c24bb83e43d4975e3607ff122f713c1eda</Sha>
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.2.0-beta.21055.6" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.2.0-beta.21057.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>965557e7407a0355b9c03489fa9f2eaf60feba38</Sha>
<Sha>c86489c11893ce85eba35a8b0e72bc5fa71c3fda</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.9.0-preview-20210106-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>cfb061170e25be67bfa39f1071606e4ff4c32b1c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.0-alpha.1.21056.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="6.0.0-alpha.1.21057.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/mono/linker</Uri>
<Sha>83ea45b8f4ffcfe5e1d15c1b42d0d1a003865864</Sha>
<Sha>696987329669e0bf28684b6c63692cdf0b1acb84</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-4.21056.26" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -58,8 +58,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.21057.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.21057.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.21057.9</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.21057.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>