Update dependencies from https://github.com/dotnet/sdk build 20200903.6 (#8394)

[release/5.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.FSharp.Compiler: from 11.0.0-beta.20452.1 to 11.0.0-beta.20452.4 (parent: Microsoft.NET.Sdk)

- Updates:
  - Microsoft.NET.Sdk: from 5.0.100-rc.1.20453.1 to 5.0.100-rc.1.20453.6
  - Microsoft.DotNet.MSBuildSdkResolver: from 5.0.100-rc.1.20453.1 to 5.0.100-rc.1.20453.6
  - Microsoft.FSharp.Compiler: from 11.0.0-beta.20452.1 to 11.0.0-beta.20452.4
This commit is contained in:
dotnet-maestro[bot] 2020-09-03 11:35:12 +00:00 committed by GitHub
parent ac636a6390
commit d340505ecc
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>da62f3656cac0ac4bfb6b012bc072b3499f78e6c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20453.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20453.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>51bbd776df400c51154f3ec265f16c13ebb2e6fb</Sha>
<Sha>cafa7bc6ef438e19f79583bbaeeb0342db10d274</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20453.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20453.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>51bbd776df400c51154f3ec265f16c13ebb2e6fb</Sha>
<Sha>cafa7bc6ef438e19f79583bbaeeb0342db10d274</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.1.20451.14" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -96,9 +96,9 @@
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>be89bbfaded6ad3f0f4143bf1a8dd075a5789715</Sha>
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.0.0-beta.20452.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.0.0-beta.20452.4" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>535ad98648b46b79559caba91f98fe63a4e260ca</Sha>
<Sha>918387ac7303945695a8ea92dc02a9dbcfdc0c92</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.1.20453.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20453.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-rc.1.20453.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20453.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>