Update dependencies from https://github.com/dotnet/sdk build 20210903.54 (#11881)

[release/6.0.1xx-rc1] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.FSharp.Compiler: from 12.0.0-beta.21452.8 to 12.0.0-beta.21453.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.fsharp: from 6.0.0-beta.21452.8 to 6.0.0-beta.21453.2 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-09-04 00:34:27 +00:00 committed by GitHub
parent 1dce3e505c
commit c628b7adfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -86,14 +86,14 @@
<Sha>4cfbd3b0e453224565f25e7a6ca9adf1a62e4af5</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21453.48">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21453.54">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5ca5c91f8d1e1084af08f41dfe295cdd6ee20d3a</Sha>
<Sha>4583a9b9285a6b714fd35055fae5f66a71e04683</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21453.48">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21453.54">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5ca5c91f8d1e1084af08f41dfe295cdd6ee20d3a</Sha>
<Sha>4583a9b9285a6b714fd35055fae5f66a71e04683</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-rc.1.21451.15" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -104,13 +104,13 @@
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>d62caf8a5fb9bc507457b6925cbf621720e268c7</Sha>
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.0.0-beta.21452.8" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.0.0-beta.21453.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>75f19972bb6c0643c9153665e2bc6cb008425aff</Sha>
<Sha>a064b8e6c7a1d029087d4c4d0563d96596ed359e</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="6.0.0-beta.21452.8" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.fsharp" Version="6.0.0-beta.21453.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>75f19972bb6c0643c9153665e2bc6cb008425aff</Sha>
<Sha>a064b8e6c7a1d029087d4c4d0563d96596ed359e</Sha>
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.0.0-preview-20210817-02" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -57,8 +57,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21453.48</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21453.48</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21453.54</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21453.54</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>