Update dependencies from https://github.com/dotnet/sdk build 20210119.1 (#9471)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.FSharp.Compiler: from 11.2.0-beta.21057.1 to 11.2.0-beta.21067.2 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-01-19 10:35:57 +00:00 committed by GitHub
parent a3e5409033
commit c910688378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>499f3e1169c62b16e7378a21a0208c69d0598d76</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.21068.5">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.21069.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>18b3c744b413f36cf06c5300de4a527fd5e9acde</Sha>
<Sha>1efcb37b48846ea848e1dd8b043f6679c02ef0a5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.21068.5">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.21069.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>18b3c744b413f36cf06c5300de4a527fd5e9acde</Sha>
<Sha>1efcb37b48846ea848e1dd8b043f6679c02ef0a5</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.21067.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -104,9 +104,9 @@
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>53a0981239fccf054b0fc8392499115b9e82f759</Sha>
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.2.0-beta.21057.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.2.0-beta.21067.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>c86489c11893ce85eba35a8b0e72bc5fa71c3fda</Sha>
<Sha>9904179c94c41d5d7f9008975d523d807b2a19c6</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.9.0-preview-20210118-04" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>

View file

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