Update dependencies from https://github.com/dotnet/sdk build 20200912.6 (#8534)

[release/5.0.1xx-rc2] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.FSharp.Compiler: from 11.0.0-beta.20462.3 to 11.0.0-beta.20462.4 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-09-13 04:51:15 +00:00 committed by GitHub
parent ce12c03aeb
commit efbc14c616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -79,13 +79,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>e80baefbce805072fc9c51c1b9922e74485fdf21</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20462.5">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20462.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a92c1c1657f2a3cb5edd09a0556e81d7a59cc3a0</Sha>
<Sha>5e7b5d5c1f64cc327e3af5fd174da7ce136a8b46</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20462.5">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20462.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a92c1c1657f2a3cb5edd09a0556e81d7a59cc3a0</Sha>
<Sha>5e7b5d5c1f64cc327e3af5fd174da7ce136a8b46</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.0-rc.2.20460.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -96,9 +96,9 @@
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>a07ad521fabf36a783df37341fcadfcdcf8509fb</Sha>
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.0.0-beta.20462.3" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.0.0-beta.20462.4" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>1af1c36c08e082baccb5898b5ef85659d0dbd086</Sha>
<Sha>ffb8be9a7aa57e5825a2496e5899e72e49baf0f8</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.8.0-release-20200902-05" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>

View file

@ -53,8 +53,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20462.5</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20462.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20462.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20462.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>