Update dependencies from https://github.com/dotnet/sdk build 20210106.2 (#9330)

[release/5.0.2xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.FSharp.Compiler: from 11.2.0-beta.21055.4 to 11.2.0-beta.21055.6 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-01-06 09:34:10 +00:00 committed by GitHub
parent f1e1eafcec
commit d3a0ebf213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -91,13 +91,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>9d3065efbe93ec1daaa4d59115b2887f6b36766a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21055.11">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21056.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2fb4422f828e8dca548d3922c3bb35a63c45acf5</Sha>
<Sha>f4cf5b86a69e7e75359162f01f09c6e3834e0b57</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21055.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21056.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2fb4422f828e8dca548d3922c3bb35a63c45acf5</Sha>
<Sha>f4cf5b86a69e7e75359162f01f09c6e3834e0b57</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="5.0.1-servicing.20575.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -108,9 +108,9 @@
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>f336060dde15d0aecaf37f3493f699134451fa8c</Sha>
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.2.0-beta.21055.4" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.2.0-beta.21055.6" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>9b34daad67f14da37d68b5498effa72270ac09b9</Sha>
<Sha>965557e7407a0355b9c03489fa9f2eaf60feba38</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.9.0-release-20201130-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>

View file

@ -56,8 +56,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21055.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21055.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21056.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21056.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>